← Back to Skills Marketplace
neo552

AI-Driven Project Management: TensorPM

by Neo552 · GitHub ↗ · v1.1.12
cross-platform ⚠ suspicious
5005
Downloads
4
Stars
8
Active Installs
19
Versions
Install in OpenClaw
/install tensorpm
Description
AI-powered project management - a Notion and Jira alternative with local-first architecture. Manage projects, track action items, and coordinate teams via MCP tools or A2A agent communication. Signed & notarized. https://tensorpm.com
Usage Guidance
Install only if you trust the TensorPM desktop app and its download channels. If you use A2A, enable A2A_HTTP_AUTH_TOKEN before starting TensorPM, run it only on trusted machines, and avoid placing secrets in projects, imported files, or conversations unless you are comfortable with local agents and processes potentially accessing that data.
Capability Analysis
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill The skill bundle describes an AI-powered project management application with local-first architecture. Installation instructions use standard package managers (Homebrew) or direct downloads from `tensorpm.com` and GitHub releases. The `SKILL.md` documents a local A2A agent endpoint running on `localhost:37850` without authentication, which is a common design for local services but means any local process can interact. It also details a feature to create projects from local files (`documentPath`). While these capabilities involve local network and file access, they are explicitly for the stated purpose of the application and do not show any clear evidence of intentional malicious behavior, data exfiltration, or prompt injection with harmful objectives from the skill bundle itself.
Capability Assessment
Purpose & Capability
The MCP tools, A2A agent, project/action-item management, workspace switching, file-based project creation, and AI-provider key setup all fit the stated project-management purpose, but they touch sensitive business data and account credentials.
Instruction Scope
The documentation states that all localhost A2A requests are trusted by default, while the exposed API can list/read projects, read conversation history, create projects, create/update action items, and activate workspaces.
Install Mechanism
The skill artifact is documentation only and directs users to install an external desktop app through Homebrew, tensorpm.com, or GitHub release binaries; no executable code is bundled in the skill itself.
Credentials
A local service is coherent for a local-first app, but unauthenticated localhost access is broad for project-management data because other local processes may be able to interact with it.
Persistence & Privilege
Persistent project data, message history, workspace state, and write-only storage of AI provider keys are disclosed and purpose-aligned, but users should treat them as sensitive.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tensorpm
  3. After installation, invoke the skill by name or use /tensorpm
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.12
Reduced unnecessary overhead
v1.1.11
No user-visible changes in this release; documentation remains unchanged.
v1.1.10
- skill.md was renamed to SKILL.md (case change only). - The SKILL metadata was updated with improved description, author information, and compatibility notes. - No changes to functionality or tool interfaces; documentation has been clarified and standardized.
v1.1.9
No changes detected in this version. - Version 1.1.9 was published with no file or documentation changes compared to the previous release.
v1.1.8
Version 1.1.8 of TensorPM Added dependency functionality to for action items
v1.1.7
Version 1.1.7 - Added new modes to the create_project MCP tool: basic, fromPrompt, and fromFile. - Updated MCP tool documentation to reflect detailed parameter information and new functionality. - Enhanced documentation for action item fields. - No code or functionality changes detected; updates are documentation-focused.
v1.1.6
New Skills for project creation # Basic (instant) curl -X POST http://localhost:37850/projects \ -H "Content-Type: application/json" \ -d '{"name": "New Project", "description": "Optional description"}' # From prompt (AI-generated, async) curl -X POST http://localhost:37850/projects \ -H "Content-Type: application/json" \ -d '{"name": "Mobile App", "mode": "fromPrompt", "prompt": "Build a habit tracker with streaks"}' # From file (AI-generated from document, async) curl -X POST http://localhost:37850/projects \ -H "Content-Type: application/json" \ -d '{"name": "From Brief", "mode": "fromFile", "documentPath": "/path/to/brief.pdf"}'
v1.1.5
- Updated description to position TensorPM as a Notion and Jira alternative. - No functional changes; documentation and branding improvements only.
v1.1.4
TensorPM 1.1.4 - Updated Linux download instructions to use https://tensorpm.com/download/linux for easier access. - No changes to features, tools, or API; documentation update only.
v1.1.3
- Updated Linux installation instructions: now uses direct AppImage download with `curl` instead of package-specific scripts. - Minor formatting fix in the "Create Project" usage example (`description` field typo corrected).
v1.1.2
- Added detailed terminal-based installation instructions for Linux (Ubuntu/Debian and Fedora/RHEL) to the documentation. - Improved clarity and completeness of the "Download" section to better support Linux users. - No changes to skill logic or feature set; documentation update only.
v1.1.1
- Added information highlighting that macOS builds are code-signed and notarized by Apple. - Noted that Windows builds are now signed via Azure Trusted Signing. - Updated description to include "Signed & notarized." - No functional or API changes; this release focuses on improved application security and trust.
v1.1.0
No changes detected in this release. - Version 1.0.6 was published with no file or documentation updates. - Functionality, documentation, and usage remain unchanged from the previous version.
v1.0.5
- Added Homebrew installation instructions for macOS. - Added new workspace management features: list workspaces (`list_workspaces`) and switch active workspace (`set_active_workspace`) via MCP tools and REST API. - Updated download section formatting for clarity and added additional download methods. - Expanded available A2A REST endpoints to include workspace-related routes. - Updated documentation for MCP tools to include new workspace commands and clarify results. - Minor improvements and clarifications throughout setup and usage sections.
v1.0.4
- Added details about local-first approach with no account required and free usage. - Noted support for both personal API keys and local models (Ollama, vLLM, LLM studio). - Mentioned the new optional cloud sync with end-to-end encrypted collaboration. - No changes detected in commands, endpoints, or tool usage.
v1.0.3
- Expanded A2A documentation with step-by-step agent discovery and communication examples. - Updated JSON-RPC message format: message parts now use `"kind"` instead of `"type"`. - Documented supported agent methods (`message/send`, `message/stream`, and task management methods). - Added details on message part types, file attachments, and structured data in multi-part messages. - Clarified MCP tool limitations and directed project structure changes to A2A agent requests. - Improved overall documentation structure and examples for clarity.
v1.0.2
- Updated alternative download link from https://tensorpm.com/download to https://tensorpm.com - No other changes detected in this version
v1.0.1
TensorPM 1.0.1 - Reformatted the download section for clarity, using concise list items with direct links. - Updated links for release notes and alternative download to plain URLs. - Trimmed introductory content for a more streamlined presentation—functional details remain unchanged.
v1.0.0
/Users/simon/Projects/TensorPM/SKILL.md
Metadata
Slug tensorpm
Version 1.1.12
License
All-time Installs 188
Active Installs 8
Total Versions 19
Frequently Asked Questions

What is AI-Driven Project Management: TensorPM?

AI-powered project management - a Notion and Jira alternative with local-first architecture. Manage projects, track action items, and coordinate teams via MCP tools or A2A agent communication. Signed & notarized. https://tensorpm.com. It is an AI Agent Skill for Claude Code / OpenClaw, with 5005 downloads so far.

How do I install AI-Driven Project Management: TensorPM?

Run "/install tensorpm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AI-Driven Project Management: TensorPM free?

Yes, AI-Driven Project Management: TensorPM is completely free (open-source). You can download, install and use it at no cost.

Which platforms does AI-Driven Project Management: TensorPM support?

AI-Driven Project Management: TensorPM is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AI-Driven Project Management: TensorPM?

It is built and maintained by Neo552 (@neo552); the current version is v1.1.12.

💬 Comments