← 返回 Skills 市场
secretary-core-秘书核心模块
作者
pengong101
· GitHub ↗
· v4.0.0
· MIT-0
225
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install secretary-core
功能描述
智能助理核心技能,支持 20 轮对话上下文、情感识别、主动提醒、日程管理,集成飞书/钉钉/企业微信。
安全使用建议
This skill appears to implement the advertised assistant features, but there are multiple red flags you should address before installing or providing credentials: 1) Metadata mismatch — the registry says no env vars are required, but the SKILL.md and README request FEISHU/DingTalk/WeChat bot tokens and other SECRETARY_* env vars. Ask the author to reconcile the metadata and confirm which env vars are actually used. 2) Missing platform code — the documented file structure references platform integration modules (platform/feishu.py, platform/dingtalk.py, platform/wechat.py) but those files do not appear in the package listing; verify the actual code paths that send messages. 3) Privacy claim contradiction — README claims 'local processing, no cloud upload', yet the skill is designed to integrate with cloud messaging platforms; if you plan to supply platform tokens, assume messages and metadata will go to external services. 4) Inspect the code that uses tokens and any network calls (platform modules) before supplying secrets; run the skill in an isolated environment or sandbox first. 5) Prefer installing only from the claimed GitHub repo (verify the exact repo and commit/published tag) and confirm the author identity and integrity (signatures/checksums). If you cannot validate these points, do not provide platform bot tokens or point the skill at production accounts.
功能分析
Type: OpenClaw Skill
Name: secretary-core
Version: 4.0.0
The secretary-core skill bundle is a comprehensive assistant framework providing intent recognition, emotion analysis, and work planning logic. Analysis of the Python files (including secretary_v3.0.0.py and secretary_v2.1_adaptive.py) reveals standard NLP processing and state management without any evidence of data exfiltration, malicious execution, or obfuscation. The documentation (SKILL.md, README.md) is professional and lacks any prompt-injection attempts or instructions designed to subvert the AI agent's behavior.
能力评估
Purpose & Capability
The name/description (assistant with 20-turn context, reminders, Feishu/DingTalk/WeChat integration) is consistent with the included Python code implementing context, intent, emotion, reminders and habit learning. Requiring platform bot tokens in the SKILL.md is proportionate for multi-platform messaging. However, registry metadata lists no required env vars while SKILL.md documents FEISHU_BOT_TOKEN, DINGTALK_BOT_TOKEN and WECHAT_BOT_TOKEN — that mismatch is incoherent. The README/clawhub.json versions also differ from SKILL.md (3.0.0 vs 4.0.0), which reduces trust in the package metadata.
Instruction Scope
Runtime instructions and examples explicitly reference reading/writing a user config (~/.secretary/config.yaml) and a system log path (/var/log/secretary.log), and they request platform tokens and mention sending messages via Feishu/DingTalk/WeChat. Those are expected for this skill, but the README claims 'Local processing, no cloud upload', which contradicts the integrations. The SKILL.md instructs use of env vars and config files that could contain sensitive tokens; the skill will therefore access credentials if provided. Also the documented file structure references platform integration modules (platform/feishu.py etc.) but those files are not present in the listed file manifest — the instructions thus promise integrations that may not exist in the packaged code.
Install Mechanism
No install spec is provided (instruction-only install), so nothing is automatically downloaded from arbitrary URLs. The package includes Python source files and a lightweight requirements.txt (numpy). That is lower risk than remote downloads. However, setup.py was mentioned/truncated in SKILL.md/README but not shown in file manifest — ambiguous packaging.
Credentials
SKILL.md and README document environment variables for platform tokens (FEISHU_BOT_TOKEN, DINGTALK_BOT_TOKEN, WECHAT_BOT_TOKEN) and various SECRETARY_* settings. For a multi-platform assistant, those tokens are reasonable to request, but the registry metadata earlier reported 'Required env vars: none', an inconsistency. The skill asks for tokens (sensitive) and also documents a log file path and config file which may store tokens; you should not supply platform bot tokens until the code that uses them is reviewed. No other unrelated credentials were requested.
Persistence & Privilege
always:false (normal). The skill is user-invocable and allows autonomous model invocation (disable-model-invocation:false) which is platform-default and not by itself flagged. The skill intends to read and write a per-user config (~/.secretary/config.yaml) and a log file (/var/log/secretary.log); writing to /var/log/ may require elevated permissions on some systems. The package does not request system-wide privilege escalation in metadata, but the documentation implies persistent local config and logs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install secretary-core - 安装完成后,直接呼叫该 Skill 的名称或使用
/secretary-core触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v4.0.0
secretary-core v4.0.0
Added multi-platform integration, supporting Feishu, DingTalk, and WeCom, including proactive reminders and schedule management.
Expanded dialogue context to 20 rounds, improving coreference resolution, parallel multitask processing, and context compression capabilities.
Enhanced emotion recognition to support multiple sentiment types: positive, negative, urgent, confused, and neutral, with adaptive response styles.
Optimized the schedule and reminder module to support conflict detection, recurring schedules, and multi-channel reminders.
Improved test coverage to 92% and enriched test cases.
Provided detailed and diverse configuration options along with multiple access methods.
秘书核心模块
- 新增多平台集成,支持飞书、钉钉和企业微信,涵盖主动提醒和日程管理。
- 对话上下文扩展至20轮,提升指代消解、多任务并行和上下文压缩能力。
- 增强情感识别,支持积极、消极、紧急、困惑、中性等多种情绪,响应风格自适应。
- 优化日程与提醒模块,实现冲突检测、周期性日程和多渠道提醒。
- 覆盖率提升至92%,完善测试用例。
- 提供详细多样化配置选项及多种接入方式。
元数据
常见问题
secretary-core-秘书核心模块 是什么?
智能助理核心技能,支持 20 轮对话上下文、情感识别、主动提醒、日程管理,集成飞书/钉钉/企业微信。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 225 次。
如何安装 secretary-core-秘书核心模块?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install secretary-core」即可一键安装,无需额外配置。
secretary-core-秘书核心模块 是免费的吗?
是的,secretary-core-秘书核心模块 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
secretary-core-秘书核心模块 支持哪些平台?
secretary-core-秘书核心模块 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 secretary-core-秘书核心模块?
由 pengong101(@pengong101)开发并维护,当前版本 v4.0.0。
推荐 Skills