Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

tasklinetaskline 文档

Agent Skill

taskline 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

21,598

周安装

891

GitHub Stars

2

下载量

7,057
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:taskline(taskline 文档)
来源仓库:https://github.com/brettburbidge/taskline
安装命令:
openclaw skills install taskline
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install taskline

简介

taskline 用于自然语言任务管理,适合在 OpenClaw 中转换复杂请求为可执行任务。

  • 适用于通过 MyTaskline.com 进行 AI 驱动的任务分配场景。
  • 可将如“要求 Sarah 在周五前审查文档”等请求转化为具体任务。
  • 支持跨团队协作和截止时间管理等高级功能。
  • 安装前建议确认是否会触发网络请求或第三方服务集成。

SKILL.md

name
taskline-ai
description
AI-powered natural language task management through MyTaskline.com. Transform complex requests like "Ask Sarah to review the Mobile project docs by Friday with high priority" into fully structured tasks with automatic project creation, people assignment, smart date parsing, and priority detection. Features complete intent recognition, multi-entity parsing, and seamless integration with the MyTaskline.com platform for personal and team productivity.

🤖 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

🧠 AI Intelligence Features

🚀 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"

🚀 Architecture

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

🛠 Setup

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?"

💡 Usage Examples

🧠 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

🚀 Advanced Features

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!

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

92.44%
按下载量换算6,523

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills