Cognitive Proxy
🧠
55
Generate text variants guided by brain patterns
Agent_Skills tool provides full support for Agent Skills (Claude Skills but open-source)./Skills under the same File_System root, and any bundled scripts run through Shell_Command, no new infrastructure required.Agent_Skills(action="discover") # List all available skills
Agent_Skills(action="info", skill_name="music-downloader") # Full SKILL.md
Agent_Skills(action="resources", skill_name="music-downloader") # Scripts, refs, assetsmusic-downloader skill as a working demo, it wraps yt-dlp for YouTube/SoundCloud audio extraction.Shell_Command works for most tasks, but some operations (like YouTube downloads) are restricted due to the container environment. For full functionality, run the server locally on your machine.