Article2TickTick
Turns tech-newsletter articles into TickTick todos with list and tag mapping
Test report
- Verdict
- Works with setup
- Score
- Tested
- Aug 7, 2026
- Environment
- Claude Code 2.x (agent harness)
Fed it a four-article Swift weekly excerpt: the bundled add_articles.py parsed all four into ticktick:// add_task URLs with the correct list, tag and a date-stamped description. Piping the same newsletter in raw, without the skill's reformatting step, produced list="Recent picks" and empty descriptions on every task, so the taxonomy in the skill body is what actually does the work, not the script. The no-skill baseline could only emit a markdown checklist for manual copy-paste, because TickTick's Open API needs a registered OAuth app. Real friction: it is macOS-only (it shells out to `open`), needs the TickTick desktop app, and its seven hardcoded list names are one iOS developer's personal setup — TickTick cannot create lists from a URL, so anything unmatched silently lands in Inbox. The final write could not be confirmed here since TickTick is not installed.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 4/5
- Output vs. baseline 7/10
- Docs & honesty 4/5
What Article2TickTick does
Converts articles recommended in technical newsletters (or a single shared link) into TickTick todos, mapping markdown H2 headings to TickTick lists and H3 headings to tags via the ticktick:// x-callback URL scheme. Triggers when you paste a weekly-newsletter markdown, ask to add articles to TickTick, or share one article URL to save for later. Ships a Python script with a --dry-run preview and a single-task mode.
How to install Article2TickTick
git clone https://github.com/balabalabalading/huuuuuuho-skills.git
mkdir -p ~/.claude/skills
cd huuuuuuho-skills && cp -r skills/article2ticktick ~/.claude/skills/article2ticktick
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Article2TickTick
-
/article2ticktickTurns tech-newsletter articles into TickTick todos with list and tag mapping
It also activates on plain-language prompts like these:
-
Turn this week's newsletter markdown into TickTick todos -
Add this article link to TickTick as a read-later task -
Convert these newsletter picks into TickTick lists and tags
Frequently asked questions
- Is the Article2TickTick skill free?
- Yes. The skill itself is free from balabalabalading/huuuuuuho-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Article2TickTick work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Aug 7, 2026. Verdict: Works with setup. Fed it a four-article Swift weekly excerpt: the bundled add_articles.py parsed all four into ticktick:// add_task URLs with the correct list, tag and a date-stamped description. Piping the same newsletter in raw, without the skill's reformatting step, produced list="Recent picks" and empty descriptions on every task, so the taxonomy in the skill body is what actually does the work, not the script. The no-skill baseline could only emit a markdown checklist for manual copy-paste, because TickTick's Open API needs a registered OAuth app. Real friction: it is macOS-only (it shells out to `open`), needs the TickTick desktop app, and its seven hardcoded list names are one iOS developer's personal setup — TickTick cannot create lists from a URL, so anything unmatched silently lands in Inbox. The final write could not be confirmed here since TickTick is not installed.
- What is the Article2TickTick SkillProof Score?
- 8.0/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install Article2TickTick?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Article2TickTick with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.