Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

knowfun-skills知道有趣的技能

Agent Skill

knowfun-skills 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

20,568

周安装

857

GitHub Stars

1

下载量

6,856
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:knowfun-skills(知道有趣的技能)
来源仓库:https://github.com/duguyixiaono1/knowfun-skills
安装命令:
openclaw skills install knowfun-skills
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install knowfun-skills

简介

knowfun-skills 用于生成教育类内容如课程、海报和游戏。

  • 适合在 OpenClaw 中创建教学材料或互动内容时使用。
  • 使用时需确认内容主题和教育目标,避免偏离实际需求。
  • 涉及对外发布时应注意版权和适龄适配性。knowfun-skills 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 通过 clawhub 安装并参考原始文档了解具体调用方式。

SKILL.md

name
knowfun
description
Generate 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.
argument-hint
<command> [args]
disable-model-invocation
false
user-invocable
true
allowed-tools
Bash(curl *), Read, Write
metadata

Knowfun.io API Skill

This skill helps you interact with the Knowfun.io OpenAPI to generate educational content, posters, games, and films.

Prerequisites

Before using this skill, you need:

  1. A Knowfun.io API Key (get it from https://www.knowfun.io/api-platform)
  2. Sufficient credits in your account

Configuration

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.

Available Commands

When invoked, this skill supports the following operations:

1. Create a Task

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

2. Check Task Status

Check the status of a task by its ID:

/knowfun status <taskId>

3. Get Task Details

Get detailed information about a completed task:

/knowfun detail <taskId>

4. List Tasks

List recent tasks:

/knowfun list

5. Check Credits

Check your credit balance:

/knowfun credits

6. Get Schema

Get available configuration options for each task type:

/knowfun schema

Task Configuration

Each task type has specific configuration options. See api-reference.md for complete details.

Course Configuration

  • contentStyle: detailed, concise, conversational
  • contentLanguage: zh, en, etc.
  • explainLanguage: zh, en, etc.
  • voiceType: standard voice options
  • ttsStyle: classroom, professional, etc.

Poster Configuration

  • usage: infographic (default), businessReports, marketing, illustration
  • style: handDrawn (default), photorealistic, anime, sciFi, custom
  • aspectRatio: 1:1, 16:9, 9:16, etc.
  • posterTitle: Custom title for the poster

Game Configuration

  • gameType: story, interactive (default), explore, mission, roleplay, simulation, puzzle, arcade, card, word, timeline, custom
  • customPrompt: Custom game description

Film Configuration

  • filmStyle: narration (default), story, documentary, tutorial, concept_explainer, case_study, animation, cinematic, promotional, custom
  • aspectRatio: 16:9 (default), 9:16, 1:1
  • visualStyle: Custom visual style description

How This Skill Works

  1. Extract API Key: First checks if KNOWFUN_API_KEY environment variable is set
  2. Parse Command: Interprets the command (create, status, list, credits, schema)
  3. Make API Request: Uses curl to interact with the Knowfun.io API
  4. Format Response: Presents results in a readable format
  5. Handle Errors: Provides helpful error messages and troubleshooting tips

API Endpoints

The skill uses the following base URL:

  • Production: https://api.knowfun.io

Examples

See examples.md for comprehensive usage examples.

Error Handling

Common errors and solutions:

  • 401 Unauthorized: Check your API key is correct and not expired
  • 402 Insufficient Credits: Top up your account at https://knowfun.io
  • 429 Rate Limit: Wait a moment and try again
  • 400 Bad Request: Check your input parameters

Reference Documentation

For complete API documentation, see api-reference.md.

Implementation Details

When this skill is invoked, Claude will:

  1. Verify the API key is available
  2. Parse the command and arguments from $ARGUMENTS
  3. Construct appropriate curl commands to call the Knowfun.io API
  4. Handle authentication headers
  5. Parse JSON responses
  6. Format results for display
  7. Provide actionable next steps

The skill uses curl for API requests and jq for JSON parsing when available.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.69%
按下载量换算5,189

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills