todos

Manage plain-text TODO lists on Nextcloud-mounted storage.

10|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/istota-project/istota --skill todos-istota-project
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: todos
Source: https://github.com/istota-project/istota/tree/main/src/istota/skills/todos
Command: npx skills add https://github.com/istota-project/istota --skill todos-istota-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TODO management for plain-text TODO files stored on a Nextcloud-mounted path. It standardizes a simple per-line task format and provides basic read/write operations.

Core Features & Use Cases

  • Simple, human-readable task format per line
  • Read, add, and update tasks directly on the mounted storage
  • Use in personal productivity or lightweight team task tracking on Nextcloud

Quick Start

Create a sample TODO.txt on your Nextcloud mount and add a few tasks to get started.

Frequently Asked Questions about todos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage plain-text TODO files stored on a Nextcloud mount?▼

To manage plain-text TODO files on a Nextcloud mount, this Skill standardizes a simple per-line task format and provides basic file operations to read, append, and update your tasks directly on the mounted storage.

Can I use this for lightweight team task tracking on Nextcloud?▼

Yes, this supports lightweight team task tracking on Nextcloud. It automates management of plain-text TODO lists by applying read, append, and update actions directly to the mounted path.

What's the best way to automate plain-text task management without a database?▼

Automating plain-text task management without a database is best handled by standardizing a human-readable task format per line and applying basic file operations like read, add, and update on plain text files.

Do I need any special dependencies to track tasks in plain text files?▼

No special dependencies are required to track tasks in plain text files. It requires only basic file operations on your Nextcloud-mounted storage path to read, append, and update tasks.

How do I format tasks for plain-text TODO automation?▼

Formatting tasks for plain-text TODO automation requires a simple, human-readable task format per line. You create a sample TODO.txt on your Nextcloud mount and add a few tasks to get started.