Toolverse
All skills

ticktick

by openclaw

Manage TickTick tasks and projects from the command line with OAuth2 auth, batch operations, and rate limit handling.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Security
Views
1

About this skill

Manage TickTick tasks and projects from the command line with OAuth2 auth, batch operations, and rate limit handling.

How to use

  1. Przejdź do TickTick Developer Center (developer.ticktick.com/manage) i utwórz nową aplikację. Ustaw redirect URI na http://localhost:8080, a następnie zanotuj Client ID i Client Secret.

  2. Uwierzytelnij się, uruchamiając polecenie z twoimi danymi: bun run scripts/ticktick.ts auth --client-id TWÓJ_CLIENT_ID --client-secret TWÓJ_CLIENT_SECRET. CLI otworzy przeglądarkę — zatwierdź dostęp. Tokeny zostaną zapisane automatycznie.

  3. Jeśli pracujesz na serwerze bez interfejsu graficznego, użyj trybu manualnego: dodaj flagę --manual. Skopiuj wyświetlony URL, otwórz go w przeglądarce, zatwierdź dostęp, a następnie wklej pełny redirect URL z kodem autoryzacji z powrotem do CLI.

  4. Wyświetl swoje zadania poleceniem: bun run scripts/ticktick.ts tasks. Możesz filtrować po projekcie (--list "Nazwa") lub statusie (--status pending lub completed).

  5. Utwórz nowe zadanie: bun run scripts/ticktick.ts task "Opis zadania" --list "Projekt". Dodaj opis (--content), priorytet (--priority high) lub datę wykonania (--due) według potrzeb.

  6. Sprawdź status uwierzytelnienia poleceniem: bun run scripts/ticktick.ts auth --status. Aby się wylogować, użyj: bun run scripts/ticktick.ts auth --logout.

Related skills

senior-security

by davila7

Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture,

Security
2482

manim

by davila7

Comprehensive guide for Manim Community - Python framework for creating mathematical animations and educational videos with programmatic control

Security
1588

reviewing-code

by CaptainCrouton89

Systematically evaluate code changes for security, correctness, performance, and spec alignment. Use when reviewing PRs, assessing code quality, or verifying implementation against requirements.

Security
1493

youtube-watcher

by openclaw

Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.

Security
2231

google-analytics

by davila7

Analyze Google Analytics data, review website performance metrics, identify traffic patterns, and suggest data-driven improvements. Use when the user asks about analytics, website metrics, traffic analysis, conversion rates, user behavior, or performance optimization.

Security
1260

qmd

by tobi

Search personal markdown knowledge bases, notes, meeting transcripts, and documentation using QMD - a local hybrid search engine. Combines BM25 keyword search, vector semantic search, and LLM re-ranking. Use when users ask to search notes, find documents, look up information in

Security
1951