档案文件
v1.0.0定时获取档案行业最新情报、政策法规、技术动态和行业资讯。当用户需要获取档案行业新闻、政策更新、技术趋势或设置定时情报收集任务时使用此技能。
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The SKILL.md and examples describe automated web searches and scheduled collection from official sites and academic databases. The included script (scripts/collect-intelligence.js) does not perform any network requests or scraping — it only generates a placeholder markdown report and writes it to disk. This is a substantive mismatch: a user expecting automatic data collection would not get that from the current code.
Instruction Scope
Runtime instructions tell the agent to 'use network search tools', visit official sites, and configure system schedulers (cron/Task Scheduler). The script itself does not implement these actions. The SKILL.md gives broad, open-ended discretion to 'use network search tools' which could cause an agent to browse, fetch, or post data unless constrained; combined with the incomplete script, this is vague and inconsistent.
Install Mechanism
There is no install spec and no external downloads — the skill is instruction-plus-local-js only. That minimizes install-time risk; nothing is written to disk by an installer. The only runtime requirement is Node.js to run the provided script (not declared).
Credentials
The skill declares no environment variables, no credentials, and no config paths. The code similarly does not access secrets or external tokens. That is proportionate to what the included script actually does (generate local files).
Persistence & Privilege
always is false and the skill does not request permanent agent-wide privileges. The script writes reports to a configurable output_dir, which is expected behavior for a reporting tool and does not modify other skills or global agent configuration.
What to consider before installing
This skill appears incomplete and inconsistent with its description. Before installing or enabling it: 1) Don’t run it on sensitive systems — run in a sandbox or non-privileged account. 2) Review and fix the code: scripts/collect-intelligence.js contains a JavaScript syntax error (an extra ")" in the News source URL) and the script only creates a local placeholder report — it does not fetch web pages or query databases. 3) If you expect automated web scraping, confirm (or implement) explicit, auditable network logic and where results are sent; make sure scraping follows sites' terms/robots.txt and does not exfiltrate data. 4) Ensure Node.js is installed and check output_dir to avoid overwriting important files. 5) Be cautious setting system schedulers that run third-party scripts; inspect and test the script manually before adding to cron/Task Scheduler. 6) Because the skill source is unknown and there's no homepage, consider obtaining the author’s identity or a trusted alternative implementation before trusting it for production use.Like a lobster shell, security has layers — review code before you run it.
latest
档案行业情报收集
功能概述
帮助用户定时获取档案行业的最新情报,包括:
- 政策法规更新
- 行业新闻动态
- 技术发展趋势
- 学术研究成果
- 标准规范发布
使用方法
1. 单次获取情报
直接请求获取最新情报:
获取档案行业最新情报
搜索档案数字化相关政策
查找档案管理新技术
2. 设置定时任务
设置定时收集任务:
每天上午9点获取档案行业新闻
每周一获取本周档案政策汇总
每月1号生成档案行业月报
情报来源
官方渠道
- 国家档案局官网
- 地方档案局网站
- 档案馆官方网站
- 政府信息公开平台
行业媒体
- 中国档案报
- 档案界
- 档案学研究期刊
- 档案管理杂志
学术资源
- 知网档案学论文
- 万方数据库
- 档案学会议论文
- 研究报告
输出格式
情报摘要格式
# 档案行业情报摘要
**收集时间**: YYYY-MM-DD HH:mm
**情报来源**: [来源列表]
## 政策法规
- [标题](链接) - 发布时间 - 摘要
## 行业动态
- [标题](链接) - 发布时间 - 摘要
## 技术趋势
- [标题](链接) - 发布时间 - 摘要
## 学术研究
- [标题](链接) - 发布时间 - 摘要
定期报告格式
# 档案行业周报/月报
**报告周期**: YYYY-MM-DD 至 YYYY-MM-DD
**生成时间**: YYYY-MM-DD HH:mm
## 一、政策速递
[政策列表及解读]
## 二、行业要闻
[重要新闻汇总]
## 三、技术前沿
[新技术、新产品]
## 四、学术动态
[重要论文、研究成果]
## 五、趋势分析
[行业趋势总结]
关键词库
核心关键词
- 档案管理
- 档案数字化
- 电子档案
- 档案信息化
- 智慧档案馆
- 档案安全
- 档案利用
- 档案保护
技术关键词
- 数字档案馆
- 档案管理系统
- 档案大数据
- 档案云计算
- 档案区块链
- 档案AI识别
- 档案OCR
- 档案元数据
政策关键词
- 档案法
- 档案法规
- 档案标准
- 档案规范
- 档案开放
- 档案共享
- 档案服务
执行步骤
单次情报收集
-
确定收集范围
- 明确情报类型(政策/新闻/技术/学术)
- 确定时间范围
- 选择信息来源
-
搜索情报
- 使用网络搜索工具
- 访问官方网站
- 查询学术数据库
-
整理汇总
- 按类别分类
- 提取关键信息
- 生成摘要
-
输出结果
- 使用标准格式
- 提供原文链接
- 给出趋势分析
定时任务设置
-
创建任务配置
{ "task_name": "档案日报", "schedule": "0 9 * * *", "sources": ["政策", "新闻", "技术"], "keywords": ["档案数字化", "电子档案"], "output_format": "markdown", "notification": true } -
设置执行计划
- 使用系统定时任务
- 配置执行环境
- 设置通知方式
-
验证任务运行
- 测试任务执行
- 检查输出结果
- 调整配置参数
注意事项
-
信息时效性
- 优先获取最新信息
- 标注发布时间
- 定期更新旧信息
-
来源可靠性
- 优先官方渠道
- 验证信息准确性
- 标注信息来源
-
内容合规性
- 遵守版权规定
- 不传播涉密信息
- 尊重知识产权
-
任务稳定性
- 设置错误重试
- 记录执行日志
- 定期检查任务状态
Comments
Loading comments...
