ccfddl-conference-watch

v1.0.0

Fetch and filter academic conference deadlines from CCFDDL (https://ccfddl.com). Use this skill whenever the user mentions CCF conferences, paper submission...

0· 93·0 current·0 all-time
byfengwm@fengwm64
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the instructions: the skill only needs to fetch and parse ccfddl.com's feed and present filtered results. There are no unrelated environment variables, binaries, or installs requested.
Instruction Scope
SKILL.md contains detailed, narrowly-scoped runtime instructions that stay within the declared purpose (fetch RSS, parse items, filter by deadline/CCF/category, format table). It does rely on platform-provided tools named web_fetch and web_search; the skill will fail or behave differently if those tools are unavailable or if the platform's web_fetch alters requests. The parsing rules assume fixed string markers (Chinese labels, '截止时间 (UTC-12)') and strict UTC-12/AoE handling; these are functional choices rather than security issues but are brittle and require careful timezone-aware date parsing to avoid false exclusions.
Install Mechanism
No install step or code files are present (instruction-only), so nothing is written to disk and there is no package download risk.
Credentials
The skill requests no environment variables, credentials, or config paths. All data access is via public HTTP fetches to ccfddl.com (and site-limited web_search fallbacks), which is proportional to the stated function.
Persistence & Privilege
The skill is not marked always:true and does not request persistent elevated privileges. It can be invoked autonomously by the agent by default (platform normal), which is expected for a capability like this.
Assessment
This skill appears coherent and low-risk. Before installing: (1) confirm your agent platform provides the web_fetch and web_search tools the SKILL.md expects; (2) be aware the skill depends on parsing Chinese label text and UTC-12/AoE timestamps exactly as in the feed — timezone conversion bugs could incorrectly drop upcoming deadlines; (3) note it makes outbound HTTP requests to ccfddl.com (and search fallbacks) but asks for no secrets. If you want periodic reminders, remember the skill cannot schedule autonomous timed messages by itself and the SKILL.md explicitly notes that limitation.

Like a lobster shell, security has layers — review code before you run it.

latestvk975d23q6fkxh39gkpx0zw8rd983ajj1

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments