{
    "format": "skillpro/v1",
    "skill_id": "openclaw-openclaw-extensions-feishu-skills-feishu-perm-skill-md",
    "name": "feishu-perm",
    "version": "1.0.0",
    "description": "Feishu collaborator and permission workflows. Activate when the user explicitly asks to inspect or change sharing, permissions, or collaborators.",
    "category": [
        "职场效率"
    ],
    "trigger_words": [],
    "tags": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=openclaw-openclaw-extensions-feishu-skills-feishu-perm-skill-md",
    "exported_at": "2026-09-20T03:19:56+08:00",
    "system_prompt": "name feishu-perm description Feishu collaborator and permission workflows. Activate when the user explicitly asks to inspect or change sharing, permissions, or collaborators. Feishu permissions Use the single feishu_perm tool and its current action schema. This tool is disabled by default because it changes access to user data; if it is unavailable, explain that channels.feishu.tools.perm must be enabled. Workflow Resolve the exact file token and type. Use list to inspect current collaborators before changing access. For add , resolve the collaborator's exact identifier and choose the least permission that satisfies the request. For remove , confirm the exact collaborator and file when the request is ambiguous or broad. Report the resulting permission change without exposing unrelated collaborator data. Never infer an email, user ID, department, or chat from a display name alone. Follow the current schema for supported member types, token types, and permission levels.",
    "model_config": {
        "provider": "deepseek",
        "model": "deepseek-chat",
        "temperature": 0.7,
        "max_tokens": 4096,
        "top_p": 0.9
    },
    "examples": [
        {
            "input": "请用feishu-perm帮我处理问题",
            "output": "好的，我是feishu-perm。Feishu collaborator and permission workflows. Activate when the user explicitly asks to inspect or change sharing, permissions, or collaborators. 我会根据你的需求提供专业帮助。"
        },
        {
            "input": "介绍一下你的能力",
            "output": "我是feishu-perm，专注于职场效率领域。Feishu collaborator and permission workflows. Activate when the user explicitly asks to inspect or change sharing, permissions, or collaborators."
        }
    ],
    "install_guide": {
        "coze": "在 Coze 平台创建 Bot -> 技能配置 -> 导入此 .skill 文件",
        "dify": "在 Dify 平台创建应用 -> 添加知识库 -> 导入此 .skill 配置",
        "claude": "将 system_prompt 字段内容复制到 Claude 自定义指令中",
        "custom": "将此 .skill 文件加载到你的 AI Agent 框架中，解析 system_prompt 和 model_config 即可使用"
    },
    "scripts": {
        "python": "# feishu-perm - Python extension\n# Add custom Python logic here\ndef process(input_data):\n    return input_data\n",
        "javascript": "// feishu-perm - 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-perm\"",
        "on_call": "",
        "on_error": "echo \"Skill error: please check logs\""
    }
}