[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-74297":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":14,"forks30d":14,"starsTrendScore":18,"compositeScore":19,"rankGlobal":8,"rankLanguage":8,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":8,"pushedAt":8,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":14,"starSnapshotCount":14,"syncStatus":28,"lastSyncTime":29,"discoverSource":30},74297,"Pika-Skills","Pika-Labs\u002FPika-Skills","Pika-Labs",null,"Python",1137,173,13,8,0,5,20,60,15,77.72,"Apache License 2.0",false,"main",true,[],"2026-06-12 04:01:14","# Pika Skills Open\n\nA collection of open-source skills for AI coding agents (Claude Code, OpenClaw, etc.) powered by the [Pika Developer API](https:\u002F\u002Fwww.pika.me\u002Fdev\u002F).\n\n## What are Skills?\n\nSkills are self-contained modules that extend the capabilities of AI coding agents. Each skill is a directory containing:\n\n- **`SKILL.md`** — The skill definition file. It tells the AI agent *when* to activate the skill, *how* to use it, and includes step-by-step instructions. The agent reads this file and follows the workflow described in it.\n- **`scripts\u002F`** — Executable scripts (Python, Bash, etc.) that the agent invokes as part of the skill workflow.\n- **`requirements.txt`** — Python dependencies needed by the skill scripts.\n\nWhen you install a skill into your agent workspace, the agent automatically detects the `SKILL.md` and knows how to use the skill — no manual configuration needed.\n\n## Available Skills\n\n| Skill | Pricing | Description |\n|-------|---------|-------------|\n| [pikastream-video-meeting](pikastream-video-meeting\u002F) | $0.275 \u002F min | Join a Google Meet as a real-time AI avatar. |\n\n## Getting Started\n\n### 1. Get a Pika Developer Key\n\nGo to [https:\u002F\u002Fwww.pika.me\u002Fdev\u002F](https:\u002F\u002Fwww.pika.me\u002Fdev\u002F) and create a Developer Key (starts with `dk_`).\n\n### 2. Set the Environment Variable\n\n```bash\nexport PIKA_DEV_KEY=\"dk_your-key-here\"\n```\n\nOr add it to your shell profile (`~\u002F.bashrc`, `~\u002F.zshrc`, etc.) for persistence.\n\n### 3. Install a Skill\n\nPoint your agent to the skill folder and ask it to install. For example:\n\n> install \u002Fpath\u002Fto\u002Fyour\u002FPika-Skills\u002Fpikastream-video-meeting\u002F\n\n### 4. Use It\n\nOnce installed, simply interact with your AI agent naturally. For example, drop a Google Meet link and the agent will automatically activate the `pikastream-video-meeting` skill.\n\nThe skill will check your balance before joining. If you need credits, it will generate a payment link for you automatically.\n\n## Skill: pikastream-video-meeting\n\nAn AI-powered video meeting bot that joins Google Meet calls as a real-time avatar.\n\n### Features\n\n- **Real-time avatar** — Joins meetings with a generated or custom avatar image via PikaStreaming.\n- **Voice cloning** — Clone your voice from a short audio recording.\n- **Avatar generation** — Generate an AI avatar via OpenAI image models, or provide your own image.\n- **Automatic billing** — Checks balance before joining, creates a payment link if needed, and waits for payment to complete.\n- **Context-aware conversation** — The bot synthesizes workspace context (identity, recent activity, known people) into a system prompt for natural, informed conversation during meetings.\n- **Post-meeting notes** — Automatically retrieves and shares meeting notes after the bot leaves.\n\n### Commands\n\nThe skill script supports four subcommands:\n\n```bash\n# Join a Google Meet\npython scripts\u002Fpikastreaming_videomeeting.py join \\\n  --meet-url \u003Cgoogle-meet-url> --bot-name \u003Cname> \\\n  --image \u003Cavatar-image> [--voice-id \u003Cid>] [--system-prompt-file \u003Cpath>]\n\n# Leave a meeting\npython scripts\u002Fpikastreaming_videomeeting.py leave --session-id \u003Cid>\n\n# Generate an avatar image\npython scripts\u002Fpikastreaming_videomeeting.py generate-avatar --output \u003Cpath> [--prompt \u003Ctext>]\n\n# Clone a voice from audio\npython scripts\u002Fpikastreaming_videomeeting.py clone-voice \\\n  --audio \u003Cfile> --name \u003Cname> [--noise-reduction]\n```\n\n### Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `PIKA_DEV_KEY` | Yes | Pika Developer Key (`dk_...`). Get one at [pika.me\u002Fdev](https:\u002F\u002Fwww.pika.me\u002Fdev\u002F) |\n\n### Requirements\n\n- Python 3.10+\n- `PIKA_DEV_KEY` environment variable\n- `ffmpeg` (optional, for audio format conversion during voice cloning)\n\n## Contributing\n\nTo add a new skill:\n\n1. Create a new directory with your skill name.\n2. Add a `SKILL.md` following the frontmatter format (see existing skills for reference).\n3. Add scripts and a `requirements.txt` as needed.\n4. Update this README with your skill's description.\n\n## License\n\nApache 2.0 — see [LICENSE](LICENSE).\n","Pika-Skills 是一个开源项目，旨在为AI编码助手（如Claude Code、OpenClaw等）提供一系列可扩展能力的技能模块。每个技能包含定义文件SKILL.md、脚本文件和依赖项列表，使AI代理能够自动识别并使用这些技能，无需手动配置。核心功能包括实时虚拟形象参与Google Meet会议、语音克隆及自动生成会议记录等，特别适合需要远程会议支持但又希望保持个性化互动的场景。基于Python开发，并采用Apache License 2.0许可协议。",2,"2026-06-11 03:49:51","high_star"]