TechPulse

v1.0.6

AI-анализатор трендов в IoT, EV, играх, DIY и Emerging Tech с ежедневными сводками, бизнес-инсайтами и рекомендациями для предпринимателей и девелоперов.

0· 465·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the code: main.py fetches posts from public Reddit endpoints for the listed categories and generates a report. There are no unrelated environment variables, binaries, or services requested.
Instruction Scope
SKILL.md instructs running python3 main.py with category args and to unzip a techpulse.zip into ~/.openclaw/skills/ before restart. The code itself only performs network reads from reddit.com and prints to stdout. Minor inconsistency: the package already contains main.py (so requiring a zip is an installation convenience/instruction rather than a code requirement). Instructions do not ask for files, credentials, or system paths beyond installing the skill into the user's skill directory.
Install Mechanism
No explicit install spec is declared (instruction-only), which is low risk. The SKILL.md suggests manual unzip of a zip file — users should verify the zip's origin before extracting. No downloads from untrusted URLs or archive extraction are automated by the skill itself.
Credentials
The skill requires no environment variables or credentials. Its network access (Reddit public API) aligns with the stated function; there are no requests for unrelated secrets.
Persistence & Privilege
Defaults are used (always: false, user-invocable: true, model invocation allowed). The skill does not request persistent elevated privileges or modify other skills or system-wide settings.
Assessment
This skill is small, self-contained, and coherent with its description. Before installing: (1) verify the source of the techpulse.zip if you plan to use the SKILL.md install steps (don't extract archives from unknown sources); (2) review the included main.py (it's short) or run it in a sandbox if you have any doubt; (3) expect only outbound HTTP GETs to reddit.com (no credentials or hidden endpoints). Note: the SKILL.md and skill.yaml versions differ slightly and the zip-based install is just an installation convenience — nothing in the code performs unexpected file access or credential exfiltration.

Like a lobster shell, security has layers — review code before you run it.

AIvk97433xe89ev8gyd859he8fmg181gwe0Analyticsvk97433xe89ev8gyd859he8fmg181gwe0Automationvk97433xe89ev8gyd859he8fmg181gwe0DIYvk97dfagh15pj3mf65nekcchc0h81gmhqDatavk97433xe89ev8gyd859he8fmg181gwe0Developer Toolsvk97433xe89ev8gyd859he8fmg181gwe0EVvk97dfagh15pj3mf65nekcchc0h81gmhqGamesvk97dfagh15pj3mf65nekcchc0h81gmhqNewsvk97433xe89ev8gyd859he8fmg181gwe0Open Sourcevk97433xe89ev8gyd859he8fmg181gwe0Productivityvk97433xe89ev8gyd859he8fmg181gwe0SaaSvk97433xe89ev8gyd859he8fmg181gwe0Techvk97433xe89ev8gyd859he8fmg181gwe0businessvk976y8tjytdh8d9rrg38e0y8jd81hx9qdiyvk976y8tjytdh8d9rrg38e0y8jd81hx9qevvk976y8tjytdh8d9rrg38e0y8jd81hx9qgamesvk976y8tjytdh8d9rrg38e0y8jd81hx9qiotvk976y8tjytdh8d9rrg38e0y8jd81hx9qlatestvk976pfqz3t0ae7nxwv60peb9h581g074newsvk97dfagh15pj3mf65nekcchc0h81gmhqtechvk976y8tjytdh8d9rrg38e0y8jd81hx9qtrendsvk976y8tjytdh8d9rrg38e0y8jd81hx9q

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

TechPulse

Мониторинг трендов: IoT, EV, Games, DIY, Tech.

Установка

mkdir -p ~/.openclaw/skills/techpulse
unzip techpulse.zip -d ~/.openclaw/skills/
openclaw restart

Использование

python3 main.py           # все категории
python3 main.py ev        # только EV
python3 main.py iot       # только IoT
python3 main.py games     # только Games
python3 main.py diy       # только DIY
python3 main.py tech      # только Tech

Источники

Reddit (публичный API, без авторизации):

  • r/homeautomation, r/IOT (IoT)
  • r/electricvehicles, r/teslamotors (EV)
  • r/gaming, r/gamedev (Games)
  • r/arduino, r/raspberry_pi (DIY)
  • r/technology, r/artificial (Tech)

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…