Install
openclaw skills install knowfun-skillsGenerate educational content using Knowfun.io API - create courses, posters, games, and films with AI. Use when user wants to generate educational content, visual materials, or interactive experiences.
openclaw skills install knowfun-skillsThis skill helps you interact with the Knowfun.io OpenAPI to generate educational content, posters, games, and films.
Before using this skill, you need:
Set your API key as an environment variable:
export KNOWFUN_API_KEY="kf_your_api_key_here"
Or the skill will prompt you for it when needed.
When invoked, this skill supports the following operations:
Generate content by creating a task. Supports four types: course, poster, game, film.
Basic Example:
/knowfun create course "Introduction to Machine Learning"
/knowfun create poster "Climate Change Facts"
/knowfun create game "Learn Python Basics"
/knowfun create film "History of the Internet"
With URL:
/knowfun create course https://example.com/document.pdf
Check the status of a task by its ID:
/knowfun status <taskId>
Get detailed information about a completed task:
/knowfun detail <taskId>
List recent tasks:
/knowfun list
Check your credit balance:
/knowfun credits
Get available configuration options for each task type:
/knowfun schema
Each task type has specific configuration options. See api-reference.md for complete details.
The skill uses the following base URL:
https://api.knowfun.ioSee examples.md for comprehensive usage examples.
Common errors and solutions:
For complete API documentation, see api-reference.md.
When this skill is invoked, Claude will:
$ARGUMENTSThe skill uses curl for API requests and jq for JSON parsing when available.