curl commands.
Installation
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.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
| MCP Server | Claude Code Skill | |
|---|---|---|
| Setup | Config JSON + restart | One curl command |
| Works in | Claude Desktop, Claude Code, Cursor, OpenClaw | Claude Code only |
| How it calls API | Native MCP tool calls | curl via Bash |
| Requires MCP support | Yes | No |