plugins marketplace
← All plugins

taxdown

v1.0.3

TaxDown te ayuda a resolver dudas fiscales en España, tanto para particulares como autónomos: deducciones,...

Codex

by TAXDOWN S.L.MIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/taxdown/ inside the repository.

Layout

plugins/taxdown/
└── .codex-plugin/plugin.json

Manifests1

plugins/taxdown/.codex-plugin/plugin.json
{
  "name": "taxdown",
  "version": "1.0.3",
  "description": "TaxDown te ayuda a resolver dudas fiscales en España, tanto para particulares como autónomos: deducciones,...",
  "author": {
    "name": "TAXDOWN S.L.",
    "url": "https://taxdown.es/"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Taxdown",
    "shortDescription": "TaxDown te ayuda a resolver dudas fiscales en España, tanto para particulares como autónomos: deducciones,...",
    "longDescription": "TaxDown te ayuda a resolver dudas fiscales en España, tanto para particulares como autónomos: deducciones, IRPF, renta y obligaciones fiscales, con respuestas claras y orientadas a tu caso.",
    "developerName": "TAXDOWN S.L.",
    "category": "Finance",
    "capabilities": [],
    "defaultPrompt": [
      "Summarize the relevant Taxdown status or guidance"
    ],
    "screenshots": [],
    "websiteURL": "https://taxdown.es/",
    "privacyPolicyURL": "https://taxdown.es/politica-de-privacidad/",
    "termsOfServiceURL": "https://taxdown.es/terminos-condiciones/",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png"
  },
  "homepage": "https://taxdown.es/"
}