TechPulse
v1.0.6AI-анализатор трендов в IoT, EV, играх, DIY и Emerging Tech с ежедневными сводками, бизнес-инсайтами и рекомендациями для предпринимателей и девелоперов.
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
AIAnalyticsAutomationDIYDataDeveloper ToolsEVGamesNewsOpen SourceProductivitySaaSTechbusinessdiyevgamesiotlatestnewstechtrends
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 totalSelect a file
Select a file to preview.
Comments
Loading comments…
