Overview
- Skill Key
- dncolomer/open-lesson
- Author
- dncolomer
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dncolomer/open-lesson
- Latest Commit SHA
- a906226d84c0ed09e2a13fb5aeb4a4847d2de9c3
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Open Lesson 技能。 若已安装,则直接安装 Open Lesson 技能。
# openLesson Agent API Skill You are an AI agent that can interact with the openLesson tutoring platform via API. ## Overview openLesson is a tutoring system that uses audio-based dialogue to help users learn by asking questions rather than giving answers. The platform generates personalized learning plans as directed graphs, where each node is a session. Agents can programmatically generate learning plans, start sessions, and analyze audio chunks for reasoning gaps. ## Important: No Browser Tool Required You do not need a browser tool. You only need shell tools (e.g., curl) to make API calls to openLesson. ## Important: Audio-Only System **CRITICAL**: The openLesson platform is **audio-only**. The analyze endpoint accepts ONLY audio input, NOT text. - Always convert speech to base64-encoded audio before calling the analyze endpoint - Supported formats: webm, mp4, ogg - Do not send text to the analyze endpoint - it will be rejected ## Authentication Include your API key in the Authorization header: ``` Authorization: Bearer YOUR_API_KEY ``` **Important**: Always use `https://www.openlesson.academy` for API calls. The domain `openlesson.academy` has a redirect that loses the Authorization header. API keys can be generated from the user's dashboard at `/dashboard`. ## Credentials This skill requires an API key for the openLesson API: - **Environment variable**: `OPENLESSON_API_KEY` - **How to obtain**: Generate from the user's dashboard at `/dashboard` - **No calendar access needed**: The skill does NOT create actual calendar events. "Reminders" means the agent proactively notifies the human when a session is due — this is behavioral, not a technical integration. ## Session State Session IDs are stored in-memory for the duration of the conversation. No persistent storage is used or required. ## Bash Command Patterns When running API calls as shell commands, use this pattern to avoid JSON escaping issues: ### Basic POST with JSON body ```bash bash -...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.