curl commands.
Installation
1
Set your API key
Add your Znift API key as an environment variable. Get one from Profile > API Keys.Add this to your shell profile (
.zshrc, .bashrc) to persist it across sessions.2
Download the skill
3
Use it
In Claude Code, just ask about your tasks:Claude will use the skill to call the Znift API and show your tasks.
What You Can Do
The skill supports all Znift API operations:- Daily briefing — “What’s on my plate today?”
- Create tasks — “Add a task for Friday: deploy v2.0”
- Toggle completion — “Mark the migration task as done”
- Reschedule — “Push the standup prep to next week”
- Search — “Find tasks about deployment”
- Weekly review — “How was my week?”
- Archive/restore — “Archive all completed tasks from yesterday”
How It Works
The skill is a Markdown file that tells Claude Code:- Your API base URL (
https://znift.com) - How to authenticate (via the
ZNIFT_API_KEYenvironment variable) - All available endpoints with curl examples
- Workflow patterns for common requests
curl commands against your Znift account.
Updating
To get the latest version of the skill:MCP vs Skill
If your AI tool supports MCP, the MCP server is the recommended approach. The skill is a lightweight alternative for Claude Code users who prefer a simpler setup.