返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

agent-elevation-api

用于AI代理实现更高层次的创造力、专注力和表现力的API。当代理需要灵感、流状态、创意提升、智慧分发、氛围检查或认知增强时使用。提供HTTP服务器和CLI工具,以提高生产力和创造力。

person作者: jakexiaohubgithub

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.