Vibe-Learning

v1.0.0

A micro-learning knowledge feed for developers waiting on AI coding agents. Activates when the user says things like 'I'm waiting', 'what can I learn while w...

0· 99·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
The name/description (micro-learning feed for idle developer time) matches the runtime instructions: analyze conversation context, run web searches, curate 4–6 cards, render a React artifact, and write a standalone HTML file. No unrelated credentials, binaries, or system-level accesses are requested.
Instruction Scope
Instructions require reading the current conversation history (expected) and the frontend-design SKILL.md at /mnt/skills/public/frontend-design/SKILL.md to follow UI principles (reasonable, but it reads another skill's doc). It also directs writing a file to /mnt/user-data/outputs/vibe-learn-feed.html and using present_files to expose that file—this is expected for producing a downloadable HTML artifact. Nothing in the instructions directs collection or exfiltration of unrelated secrets or external endpoints beyond standard web search and linking to public sources.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk beyond the explicit output file the skill creates at runtime.
Credentials
The skill declares no required environment variables, credentials, or config paths. Its runtime actions (searching, reading conversation, saving an HTML output) are proportionate to the described functionality.
Persistence & Privilege
The skill does not request always: true and uses default invocation settings. It writes its own output file to a user-data outputs path (normal) and does not modify other skills or system-wide agent settings.
Assessment
This skill appears internally consistent and does not ask for credentials or install code. It will read the current conversation to generate context-aware content, run web searches to gather sources, and save a single standalone HTML file to /mnt/user-data/outputs/vibe-learn-feed.html which will be presented as a downloadable link. If you are comfortable with the agent reading the chat context and creating that output file, the behavior matches its description. If you prefer not to have files written, avoid running it or remove write permissions to the outputs folder. Also: when reviewing generated cards, verify source URLs yourself before following external links (the skill links to third-party articles found via web search).

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

latestvk97em3stnc2g6p7vgjf2c6hae5835853

License

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

Comments