Agent skill

todoist-api-example-2-project-template-creator

Sub-skill of todoist-api: Example 2: Project Template Creator (+1).

Stars 4
Forks 4

Install this agent skill to your Project

npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/business/productivity/todoist-api/example-2-project-template-creator

SKILL.md

Example 2: Project Template Creator (+1)

Example 2: Project Template Creator

python
#!/usr/bin/env python3
"""project_template.py - Create projects from templates"""

from todoist_api_python import TodoistAPI
import os
import json

api = TodoistAPI(os.environ["TODOIST_API_KEY"])


*See sub-skills for full details.*

## Example 3: Daily Task Report


```python
#!/usr/bin/env python3
"""daily_report.py - Generate daily task report"""

from todoist_api_python import TodoistAPI
from datetime import datetime
import os

api = TodoistAPI(os.environ["TODOIST_API_KEY"])


*See sub-skills for full details.*

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results