{"id":38550365,"url":"https://github.com/capiscio/capiscio-node","last_synced_at":"2026-01-17T07:32:50.555Z","repository":{"id":315918471,"uuid":"1060475632","full_name":"capiscio/capiscio-node","owner":"capiscio","description":"The definitive CLI for validating A2A (Agent-to-Agent) protocol agent cards. Validates cryptographic trust, schema compliance, and live endpoint functionality.","archived":false,"fork":false,"pushed_at":"2026-01-14T21:16:23.000Z","size":78616,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-15T02:36:54.306Z","etag":null,"topics":["a2a-protocol","agent-to-agent","ai-agents","cli","grpc","json-rpc","llm-agents","protocol-compliance","trust-verification","validation-tool"],"latest_commit_sha":null,"homepage":"https://capisc.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/capiscio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-20T01:43:28.000Z","updated_at":"2026-01-14T21:16:29.000Z","dependencies_parsed_at":"2025-09-21T17:22:06.459Z","dependency_job_id":"1c84e1d0-4028-45f6-8635-fc880dc98175","html_url":"https://github.com/capiscio/capiscio-node","commit_stats":null,"previous_names":["capiscio/capiscio-cli","capiscio/capiscio-node"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/capiscio/capiscio-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capiscio%2Fcapiscio-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capiscio%2Fcapiscio-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capiscio%2Fcapiscio-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capiscio%2Fcapiscio-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/capiscio","download_url":"https://codeload.github.com/capiscio/capiscio-node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capiscio%2Fcapiscio-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["a2a-protocol","agent-to-agent","ai-agents","cli","grpc","json-rpc","llm-agents","protocol-compliance","trust-verification","validation-tool"],"created_at":"2026-01-17T07:32:50.466Z","updated_at":"2026-01-17T07:32:50.549Z","avatar_url":"https://github.com/capiscio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CapiscIO CLI (Node.js)\n\n**The official command-line interface for CapiscIO, the Agent-to-Agent (A2A) validation platform.**\n\n[![npm version](https://badge.fury.io/js/capiscio.svg)](https://badge.fury.io/js/capiscio)\n[![Node.js](https://img.shields.io/badge/node-%3E%3D16.0.0-brightgreen.svg)](https://nodejs.org/)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)\n[![Downloads](https://img.shields.io/npm/dm/capiscio)](https://www.npmjs.com/package/capiscio)\n\n## Overview\n\nThis package provides a convenient Node.js distribution for the **CapiscIO CLI**. It acts as a smart wrapper that automatically manages the underlying `capiscio-core` binary (written in Go), ensuring you always have the correct executable for your operating system and architecture.\n\n\u003e **Note:** This is a wrapper. The core logic resides in [capiscio-core](https://github.com/capiscio/capiscio-core).\n\n## Installation\n\n```bash\nnpm install -g capiscio\n```\n\n## Usage\n\nOnce installed, the `capiscio` command is available in your terminal. It passes all arguments directly to the core binary.\n\n```bash\n# Validate an agent card\ncapiscio validate ./agent-card.json\n\n# Validate with JSON output\ncapiscio validate https://my-agent.example.com --json\n\n# Issue a self-signed badge (development)\ncapiscio badge issue --self-sign --sub did:web:example.com:agents:my-agent\n\n# Verify a badge (offline mode)\ncapiscio badge verify \"eyJhbGciOiJFZERTQSJ9...\" --offline\n\n# Check version\ncapiscio --version\n\n# Get help\ncapiscio --help\n```\n\n### Wrapper Utilities\n\nThe Node.js wrapper includes specific commands to manage the binary:\n\n| Command | Description |\n|---------|-------------|\n| `capiscio --wrapper-version` | Display the version of this Node.js wrapper package. |\n| `capiscio --wrapper-clean` | Remove the cached `capiscio-core` binary (forces re-download on next run). |\n\n## How It Works\n\n1. **Detection**: When you run `capiscio`, the script detects your OS (Linux, macOS, Windows) and Architecture (AMD64, ARM64).\n2. **Provisioning**: It checks if the correct `capiscio-core` binary is present in the cache.\n   - *Linux/macOS*: `~/.capiscio/bin`\n   - *Windows*: `%USERPROFILE%\\.capiscio\\bin`\n3. **Download**: If missing, it securely downloads the release from GitHub.\n4. **Execution**: It seamlessly delegates to the Go binary, passing all arguments through.\n\n## Supported Platforms\n\n- **macOS**: AMD64 (Intel), ARM64 (Apple Silicon)\n- **Linux**: AMD64, ARM64\n- **Windows**: AMD64\n\n## Environment Variables\n\n| Variable | Description |\n|----------|-------------|\n| `CAPISCIO_CORE_VERSION` | Override the default core binary version (e.g., `v1.0.2`) |\n| `CAPISCIO_CORE_PATH` | Use a specific binary path instead of auto-downloading |\n\n## Troubleshooting\n\n**\"Permission denied\" errors:**\nEnsure your user has write access to the cache directory. You can reset the cache by running:\n```bash\ncapiscio --wrapper-clean\n```\n\n**\"Binary not found\" or download errors:**\nIf you are behind a corporate firewall, ensure you can access `github.com`.\n\n## Related Packages\n\n- **[capiscio](https://pypi.org/project/capiscio/)** - Python CLI wrapper (identical functionality)\n- **[capiscio-sdk-python](https://pypi.org/project/capiscio-sdk/)** - Python SDK for programmatic usage\n- **[capiscio-core](https://github.com/capiscio/capiscio-core)** - Go core engine\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapiscio%2Fcapiscio-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapiscio%2Fcapiscio-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapiscio%2Fcapiscio-node/lists"}