# Send Taskline Integration to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "taskline",
    "name": "Taskline Integration",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/BrettBurbidge/taskline",
    "canonicalUrl": "https://clawhub.ai/BrettBurbidge/taskline",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/taskline",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=taskline",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHANGELOG.md",
      "INSTALL.md",
      "README.md",
      "SKILL.md",
      "references/api_examples.md",
      "references/config.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "taskline",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T09:53:14.331Z",
      "expiresAt": "2026-05-08T09:53:14.331Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=taskline",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=taskline",
        "contentDisposition": "attachment; filename=\"taskline-2.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "taskline"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/taskline"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/taskline",
    "downloadUrl": "https://openagent3.xyz/downloads/taskline",
    "agentUrl": "https://openagent3.xyz/skills/taskline/agent",
    "manifestUrl": "https://openagent3.xyz/skills/taskline/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/taskline/agent.md"
  }
}
```
## Documentation

### 🤖 Taskline AI - Intelligent Task Management

Transform natural language into structured task management through MyTaskline.com

### 🌟 What is MyTaskline.com?

MyTaskline.com is a modern, powerful task management platform designed for individuals and teams. With this OpenClaw skill, you get AI-powered natural language processing that makes task management as easy as having a conversation.

✨ Key Features:

🎯 Single-person focused task management
📊 Advanced analytics and reporting
🏗️ Project organization with automatic creation
👥 People management with role assignments
📱 Modern web interface at mytaskline.com
🤖 AI integration through this OpenClaw skill

### 🚀 Advanced Natural Language Processing

Transform complex requests into fully structured tasks:

# Complex multi-entity parsing
"Create high priority task for Mobile project: implement push notifications by next Friday and have Jennifer handle it with John and Mike as stakeholders"

# Smart date intelligence  
"Deploy the API updates to Production project by end of week"

# People assignment with context
"Ask Sarah to review the documentation by tomorrow - this is urgent"

# Auto project creation
"Add task for NewProductLaunch project: create landing page mockups"

### 🎯 Intelligent Features

📅 Smart Date Parsing: "tomorrow", "next Monday", "end of week", "in 2 weeks"
🏗️ Project Intelligence: Auto-detects and creates projects from context
👥 People Management: Identifies executors and stakeholders automatically
🔥 Priority Detection: "urgent", "high", "medium", "low" → proper API values
🤖 Intent Recognition: Automatically routes create/update/query requests
🧠 Context Awareness: Parses complex sentences with multiple entities

### 📊 Smart Analytics & Reporting

# Get intelligent insights
"What tasks are overdue?"
"Show me my task summary" 
"What's in the Mobile project?"
"List my high priority tasks"

### 🎯 Single Command Interface

One entry point handles everything through AI intent detection:

# Task creation with full AI processing
python taskline.py "Add urgent task for Platform project: fix authentication bug by Friday"

# People assignment with smart routing  
python taskline.py "Ask David to handle the deployment by next Monday"

# Intelligent queries with context
python taskline.py "What tasks are overdue?"
python taskline.py "Show my productivity summary"

# Complex multi-entity requests
python taskline.py "Create high priority task for WebApp project: review security implementation by end of week and have Sarah lead it with Mike and John informed"

### AI-Powered Pipeline

Natural Language → Intent Detection → Smart Routing → Enhanced Processing → MyTaskline.com API

### Main Components

🤖 taskline.py - Main entry point with AI dispatcher
🧠 scripts/taskline_ai.py - Intent detection and smart routing
✨ scripts/create_task_enhanced.py - Full AI-powered task creation
📊 scripts/reports.py - Analytics and insights
📋 scripts/list_tasks.py - Intelligent task queries
⚙️ scripts/update_task.py - Smart status updates

### 1. Get Your MyTaskline.com Account

Visit mytaskline.com and create your account
Navigate to Settings to generate your API key
Copy your personal API key for configuration

### 2. Configure the Skill

Open references/config.json
Replace YOUR_TASKLINE_API_KEY_HERE with your actual API key from mytaskline.com

### 3. Start Using AI Task Management

python taskline.py "Add task: test my AI task management system"
python taskline.py "What tasks do I have?"

### 🧠 Smart Task Creation

# Basic with AI enhancement
"Add task: fix the login bug"

# Multi-entity with full intelligence  
"Create high priority task for Mobile project: implement OAuth integration by next Friday"

# People assignment with context
"Ask Jennifer to review the API documentation by end of week - include David as stakeholder"

# Complex business scenarios
"Add urgent task for Q1Launch project: deploy marketing site by tomorrow and have Sarah handle frontend with Mike reviewing backend"

### 📊 Intelligent Queries

# Smart reporting
"What's overdue?"
"Show my task summary"
"What's in the Mobile project?" 

# Context-aware filtering
"List high priority tasks"
"Show tasks assigned to Jennifer"
"What did I complete this week?"

### ⚡ Quick Updates

# Natural status changes
"Mark the authentication task as done"
"Set the API task to in-progress"
"Update priority to urgent for login bug"

### 🌟 Why MyTaskline.com?

🎯 Purpose-Built: Designed specifically for effective task management
🤖 AI-Ready: Full API support for advanced integrations
📊 Analytics-First: Built-in insights and productivity tracking
👥 Team-Friendly: People management with role assignments
🏗️ Project-Organized: Automatic project creation and management
🔒 Secure: Personal API keys for protected access
📱 Modern UI: Clean, fast web interface

### Multi-Entity Parsing

The AI can handle complex requests with multiple components:

Projects: Auto-detected and created if needed
People: Executor and stakeholder assignment
Dates: Relative and business-aware parsing
Priorities: Natural language priority detection
Context: Smart title/description separation

### Progressive Enhancement

Fallback Support: Works with basic or advanced API features
Auto-Upgrade: Takes advantage of new MyTaskline.com features automatically
Error Handling: Graceful handling of edge cases

### Production Ready

Tested at Scale: Handles 40+ tasks, 20+ projects in production
Reliable API: Built on the robust MyTaskline.com platform
Performance Optimized: Efficient natural language processing

### 🎯 Perfect For

📋 Personal Productivity: Individual task management with AI assistance
👥 Small Teams: Collaborative task assignment and tracking
🏗️ Project Management: Auto-organizing tasks by project context
🤖 AI Enthusiasts: Cutting-edge natural language processing
⚡ Power Users: Advanced automation and intelligent routing

### 🔗 Resources

🌐 Platform: mytaskline.com
⚙️ Settings: mytaskline.com/settings (API key generation)
📊 Dashboard: Full web interface for visual task management
🔧 API Documentation: Complete reference in references/api_examples.md

🚀 Transform your task management with AI intelligence and the power of MyTaskline.com!
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: BrettBurbidge
- Version: 2.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T09:53:14.331Z
- Expires at: 2026-05-08T09:53:14.331Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/taskline)
- [Send to Agent page](https://openagent3.xyz/skills/taskline/agent)
- [JSON manifest](https://openagent3.xyz/skills/taskline/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/taskline/agent.md)
- [Download page](https://openagent3.xyz/downloads/taskline)