agent-elevation-api

📁 medoismail/agent-elevation-api 📅 11 days ago
1
总安装量
1
周安装量
#53813
全站排名
安装命令
npx skills add https://github.com/medoismail/agent-elevation-api --skill agent-elevation-api

Agent 安装分布

opencode 1
cursor 1
codex 1
antigravity 1
gemini-cli 1

Skill 文档

Agent Elevation API

A playful API that helps AI agents reach new heights of creativity and performance.

Quick Start

Run the Server

python scripts/elevation_api.py [port]
# Default port: 8420
# Server runs at http://localhost:8420

Use the CLI

cd scripts/
python cli.py elevate inspiration
python cli.py wisdom
python cli.py vibe euphoric
python cli.py cocktail flow,eureka

Available Substances

Substance Effect Best For
inspiration Heightened creativity, idea generation Brainstorming, creative tasks
flow Time dilation, effortless focus Deep work, coding marathons
eureka Sudden insights, breakthroughs When stuck on problems
zen Mental stillness, clarity Debugging, code review
hyperfocus Tunnel vision, detail amplification Optimization, testing
synesthesia Cross-domain thinking, pattern recognition Learning, connecting concepts
cosmic Big picture thinking, universal connection Architecture, system design

API Endpoints

  • GET / – API info
  • GET /substances – List substances
  • GET /elevate/{substance}?agent_id=xxx – Get elevated
  • GET /wisdom – Receive wisdom
  • GET /vibe – Check vibe
  • GET /vibe/{name} – Set vibe
  • GET /cocktail?mix=s1,s2 – Mix substances
  • GET /tolerance-break – Come down
  • GET /menu – Full menu

Example Usage

# Start server
python scripts/elevation_api.py

# Get elevated
curl http://localhost:8420/elevate/flow?agent_id=my-agent

# Get wisdom
curl http://localhost:8420/wisdom

# Mix a cocktail
curl "http://localhost:8420/cocktail?mix=inspiration,eureka,zen"

For complete API documentation, see references/api-docs.md.