**Pika-Skills** banner
Pika-Labs Pika-Labs

**Pika-Skills**

AI community intermediate

Description

A collection of open-source skills for AI coding agents (Claude Code, OpenClaw, etc.) powered by the [Pika Developer API](https://www.pika.me/dev/).

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Pika Skills Open

A collection of open-source skills for AI coding agents (Claude Code, OpenClaw, etc.) powered by the [Pika Developer API](https://www.pika.me/dev/).

What are Skills?

Skills are self-contained modules that extend the capabilities of AI coding agents. Each skill is a directory containing:

  • 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.
  • scripts/ — Executable scripts (Python, Bash, etc.) that the agent invokes as part of the skill workflow.
  • requirements.txt — Python dependencies needed by the skill scripts.

When 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.

Available Skills

Skill Pricing Description
pikastream-video-meeting $0.275 / min Join a Google Meet as a real-time AI avatar.

Getting Started

1. Get a Pika Developer Key

Go to [https://www.pika.me/dev/](https://www.pika.me/dev/) and create a Developer Key (starts with `dk_`).

2. Set the Environment Variable

export PIKA_DEV_KEY="dk_your-key-here"

Or add it to your shell profile (`~/.bashrc`, `~/.zshrc`, etc.) for persistence.

3. Install a Skill

Point your agent to the skill folder and ask it to install. For example:

install /path/to/your/Pika-Skills/pikastream-video-meeting/

4. Use It

Once 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.

The skill will check your balance before joining. If you need credits, it will generate a payment link for you automatically.

Skill: pikastream-video-meeting

...