{
    "format": "skillpro/v1",
    "skill_id": "openclaw-openclaw-extensions-feishu-skills-feishu-wiki-skill-md",
    "name": "feishu-wiki",
    "version": "1.0.0",
    "description": "Feishu knowledge-base navigation workflows. Activate when the user mentions a knowledge base, wiki, or wiki link.",
    "category": [
        "学习教育"
    ],
    "trigger_words": [],
    "tags": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=openclaw-openclaw-extensions-feishu-skills-feishu-wiki-skill-md",
    "exported_at": "2026-09-16T22:36:21+08:00",
    "system_prompt": "name feishu-wiki description Feishu knowledge-base navigation workflows. Activate when the user mentions a knowledge base, wiki, or wiki link. Feishu wiki Use the single feishu_wiki tool and its current action schema. From https://example.feishu.cn/wiki/ABC123def , use ABC123def as token . Treat every space_id as an opaque quoted string, even when it contains only digits. Navigate Use spaces to enumerate accessible knowledge spaces and nodes for a space or parent node. Continue pagination with the returned page_token while has_more is true, keeping the same space and parent. Use search when the user provides a query but not an exact node. Use get to resolve a wiki token to its node_token , obj_token , and obj_type . Create and organize Wiki creation supports only docx , sheet , and bitable ; docx is the default. Resolve an exact space and parent before create, move, or rename operations, and confirm ambiguous or destructive reorganizations. Wiki content workflow Wiki navigation is independent of the document tool. When get returns a docx object, use its obj_token as doc_token with feishu_doc to read or edit the page. Other object types require a currently available tool that supports that type; do not treat them as documents.",
    "model_config": {
        "provider": "deepseek",
        "model": "deepseek-chat",
        "temperature": 0.7,
        "max_tokens": 4096,
        "top_p": 0.9
    },
    "examples": [
        {
            "input": "请用feishu-wiki帮我处理问题",
            "output": "好的，我是feishu-wiki。Feishu knowledge-base navigation workflows. Activate when the user mentions a knowledge base, wiki, or wiki link. 我会根据你的需求提供专业帮助。"
        },
        {
            "input": "介绍一下你的能力",
            "output": "我是feishu-wiki，专注于学习教育领域。Feishu knowledge-base navigation workflows. Activate when the user mentions a knowledge base, wiki, or wiki link."
        }
    ],
    "install_guide": {
        "coze": "在 Coze 平台创建 Bot -> 技能配置 -> 导入此 .skill 文件",
        "dify": "在 Dify 平台创建应用 -> 添加知识库 -> 导入此 .skill 配置",
        "claude": "将 system_prompt 字段内容复制到 Claude 自定义指令中",
        "custom": "将此 .skill 文件加载到你的 AI Agent 框架中，解析 system_prompt 和 model_config 即可使用"
    },
    "scripts": {
        "python": "# feishu-wiki - Python extension\n# Add custom Python logic here\ndef process(input_data):\n    return input_data\n",
        "javascript": "// feishu-wiki - JavaScript extension\n// Add custom JS logic here\nfunction process(inputData) {\n    return inputData;\n}\n"
    },
    "tools": {
        "mcp_servers": [],
        "api_endpoints": []
    },
    "dependencies": {
        "python": [],
        "node": []
    },
    "hooks": {
        "on_load": "echo \"Skill loaded: feishu-wiki\"",
        "on_call": "",
        "on_error": "echo \"Skill error: please check logs\""
    }
}