reAPI-skills

by reAPIAIVerified

Agent Skills For reAPI

0
Stars
0
Forks
Python
Language
8/24/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/reAPIAI/reAPI-skills

Getting Started

Guides for using skills like reAPI-skills.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

reAPI Agent Skill

Agent skill for calling the public reAPI service at https://reapi.ai to generate images and videos through asynchronous API tasks.

Features

  • Submit image generation tasks
  • Submit video generation tasks
  • Poll task status until completion
  • List bundled model examples
  • Print ready-to-edit JSON payloads
  • Use only public reAPI endpoints and public documentation

Requirements

  • A reAPI account at https://reapi.ai
  • A reAPI API key from Dashboard -> API Keys
  • Python 3.10+ for the bundled CLI helper

Get An API Key

  1. Open https://reapi.ai.
  2. Sign in or create an account.
  3. Go to Dashboard -> API Keys.
  4. Create a new key and copy it once.
  5. Configure it before using the skill:
export REAPI_API_KEY="rk_live_xxx"

The skill also accepts REAPI_KEY. REAPI_BASE_URL is optional and defaults to https://reapi.ai.

You can also create skills/reapi/.env based on skills/reapi/.env.example. The CLI only reads REAPI_* values from .env.

Claude Code Plugin

From Claude Code:

/plugin marketplace add https://github.com/reAPIAI/reAPI-skills.git
/plugin install reapi-skills

Restart Claude Code after installing.

Usage

List bundled model examples:

cd skills/reapi
python3 scripts/reapi.py config
python3 scripts/reapi.py models

Print an example payload:

python3 scripts/reapi.py example gpt-image-2

Submit by model id and let the CLI choose the endpoint:

python3 scripts/reapi.py submit-model gpt-image-2 \
  --wait \
  --json '{"prompt":"a cute red panda","size":"1:1"}'

Submit an image task and wait:

python3 scripts/reapi.py submit images \
  --wait \
  --json '{"model":"gpt-image-2","prompt":"a cute red panda","size":"1:1"}'

Submit a video task and wait:

python3 scripts/reapi.py submit videos \
  --wait \
  --json '{"model":"doubao-seedance-2.0","prompt":"a cinematic red panda","duration":5,"resolution":"720p"}'

Poll an existing task:

python3 scripts/reapi.py wait task_xxx

Structure

skills/reapi/
├── .env.example
├── SKILL.md
├── agents/openai.yaml
├── references/
│   ├── API.md
│   ├── MODELS.md
│   └── models.json
└── scripts/reapi.py

Public Docs

Use https://reapi.ai/docs for the current model-specific parameter reference and pricing.

Frequently Asked Questions

What is reAPI-skills?

reAPI-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by reAPIAI. Agent Skills For reAPI. It has 0 GitHub stars.

Is reAPI-skills safe to use?

Yes. reAPI-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install reAPI-skills?

Clone the repository with "git clone https://github.com/reAPIAI/reAPI-skills" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is reAPI-skills written in?

reAPI-skills is primarily written in Python. It is open-source under reAPIAI on GitHub, so you can review or fork the full source.

Are there alternatives to reAPI-skills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh reAPI-skills against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details