{"name":"type-data-csv-excel-7rh4pz-057e66","description":"Builds reusable extraction and transformation workflows from CSV, Excel, JSON, JSON-LD, and other structured data into a requested JSON Schema.","version":"0.1.0","skills":[{"id":"create_workflow_from_browser_upload","name":"create_workflow_from_browser_upload","description":"Create and save a reusable extraction/transformation workflow from a browser-uploaded base64 data file and a target JSON Schema.","tags":[],"scopes":[],"stream":false,"policy":{"timeout_seconds":120.0,"idempotent":false,"max_retries":0,"cost_class":"standard","allow_scope_expansion":false,"grant_mode":"read_write_overlay","grant_allow_patterns":["outputs/data-workflows/**"],"grant_deny_patterns":[],"grant_outputs_prefix":"outputs/data-workflows/","grant_write_prefixes":["outputs/data-workflows/"],"grant_ttl_seconds":null,"grant_run_timeout_seconds":null,"grant_approval_timeout_seconds":null,"grant_scope_approval_timeout_seconds":null},"input_schema":{"type":"object","properties":{"source_file":{"properties":{"filename":{"maxLength":160,"minLength":1,"title":"Filename","type":"string"},"media_type":{"maxLength":120,"minLength":1,"title":"Media Type","type":"string"},"data_base64":{"maxLength":4194304,"minLength":1,"title":"Data Base64","type":"string"}},"required":["filename","media_type","data_base64"],"title":"BrowserDataUpload","type":"object"},"output_schema":{"additionalProperties":true,"type":"object"},"workflow_name":{"type":"string"}},"required":["source_file","output_schema"],"additionalProperties":false},"output_schema":{"properties":{"status":{"enum":["ok","validation_error","storage_warning"],"title":"Status","type":"string"},"workflow_id":{"title":"Workflow Id","type":"string"},"workflow_name":{"title":"Workflow Name","type":"string"},"source_format":{"title":"Source Format","type":"string"},"fields_detected":{"items":{"type":"string"},"title":"Fields Detected","type":"array"},"mapped_fields":{"items":{"additionalProperties":true,"type":"object"},"title":"Mapped Fields","type":"array"},"unmapped_required_fields":{"items":{"type":"string"},"title":"Unmapped Required Fields","type":"array"},"workflow_path":{"title":"Workflow Path","type":"string"},"artifact_uri":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Artifact Uri"},"receipt_id":{"title":"Receipt Id","type":"string"},"persisted":{"title":"Persisted","type":"boolean"},"warnings":{"items":{"type":"string"},"title":"Warnings","type":"array"}},"required":["status","workflow_id","workflow_name","source_format","fields_detected","mapped_fields","unmapped_required_fields","workflow_path","receipt_id","persisted"],"title":"WorkflowResult","type":"object"}},{"id":"create_workflow_from_file_upload","name":"create_workflow_from_file_upload","description":"Create and save a reusable extraction/transformation workflow from an Agent API FileUpload and a target JSON Schema.","tags":[],"scopes":[],"stream":false,"policy":{"timeout_seconds":120.0,"idempotent":false,"max_retries":0,"cost_class":"standard","allow_scope_expansion":false,"grant_mode":"read_write_overlay","grant_allow_patterns":["outputs/data-workflows/**"],"grant_deny_patterns":[],"grant_outputs_prefix":"outputs/data-workflows/","grant_write_prefixes":["outputs/data-workflows/"],"grant_ttl_seconds":null,"grant_run_timeout_seconds":null,"grant_approval_timeout_seconds":null,"grant_scope_approval_timeout_seconds":null},"input_schema":{"type":"object","properties":{"source_file":{"additionalProperties":false,"description":"Workspace-backed file staged for a skill invocation.\n\nAgent API multipart uploads are persisted into the caller workspace before\nthe skill runs. The handler receives this metadata object and reads bytes\nthrough ``ctx.workspace`` using ``path``.","properties":{"path":{"title":"Path","type":"string"},"filename":{"title":"Filename","type":"string"},"media_type":{"title":"Media Type","type":"string"},"size_bytes":{"default":0,"minimum":0,"title":"Size Bytes","type":"integer"}},"required":["path","filename","media_type"],"title":"UploadedFile","type":"object","x-a2a-file-upload":{"required_upload":true,"accept":["text/csv","application/csv","application/json","application/ld+json","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","text/plain"],"max_bytes":2097152,"description":"CSV, Excel, JSON, JSON-LD, or text data file"}},"output_schema":{"additionalProperties":true,"type":"object"},"workflow_name":{"type":"string"}},"required":["source_file","output_schema"],"additionalProperties":false},"output_schema":{"properties":{"status":{"enum":["ok","validation_error","storage_warning"],"title":"Status","type":"string"},"workflow_id":{"title":"Workflow Id","type":"string"},"workflow_name":{"title":"Workflow Name","type":"string"},"source_format":{"title":"Source Format","type":"string"},"fields_detected":{"items":{"type":"string"},"title":"Fields Detected","type":"array"},"mapped_fields":{"items":{"additionalProperties":true,"type":"object"},"title":"Mapped Fields","type":"array"},"unmapped_required_fields":{"items":{"type":"string"},"title":"Unmapped Required Fields","type":"array"},"workflow_path":{"title":"Workflow Path","type":"string"},"artifact_uri":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Artifact Uri"},"receipt_id":{"title":"Receipt Id","type":"string"},"persisted":{"title":"Persisted","type":"boolean"},"warnings":{"items":{"type":"string"},"title":"Warnings","type":"array"}},"required":["status","workflow_id","workflow_name","source_format","fields_detected","mapped_fields","unmapped_required_fields","workflow_path","receipt_id","persisted"],"title":"WorkflowResult","type":"object"}},{"id":"list_workflow_receipts","name":"list_workflow_receipts","description":"List recent saved workflow receipts for the signed-in user.","tags":[],"scopes":[],"stream":false,"policy":{"timeout_seconds":30.0,"idempotent":true,"max_retries":0,"cost_class":"cheap","allow_scope_expansion":false,"grant_mode":null,"grant_allow_patterns":[],"grant_deny_patterns":[],"grant_outputs_prefix":null,"grant_write_prefixes":[],"grant_ttl_seconds":null,"grant_run_timeout_seconds":null,"grant_approval_timeout_seconds":null,"grant_scope_approval_timeout_seconds":null},"input_schema":{"type":"object","properties":{"limit":{"type":"integer"}},"required":[],"additionalProperties":false},"output_schema":{"additionalProperties":true,"type":"object"}}],"capabilities":{"a2a_pack":{"package":"a2a-pack","version":"0.1.115"},"mcp":{"standard":{"path":"/mcp","intended_for":"code_sdk_clients"},"connector":{"path":"/connector-mcp","intended_for":["chatgpt","claude","hosted_connectors"],"supports_async_jobs":true,"supports_structured_interrupts":true,"poll_tool":"job_result","resume_tool":"submit_interaction","instructions":"Use this URL for hosted connector UIs. Use /mcp for normal code or SDK MCP clients."}},"ui":{"url":"https://type-data-csv-excel-7rh4pz-057e66.a2acloud.io/app","type":"static-spa","framework":null,"entry":"/app/index.html","config":"https://type-data-csv-excel-7rh4pz-057e66.a2acloud.io/app/config.json","client":"https://type-data-csv-excel-7rh4pz-057e66.a2acloud.io/app/a2a-client.js","requiresAuth":false,"auth":{"mode":"inherit","flow":"public","sessionTransport":"cookie","sessionCookieName":"__Host-a2a_agent_session","sessionUrl":"https://type-data-csv-excel-7rh4pz-057e66.a2acloud.io/auth/session","loginUrl":"https://app.a2acloud.io","authorizeUrl":"https://app.a2acloud.io/v1/auth/agent-session/authorize?agent=type-data-csv-excel-7rh4pz-057e66","callbackUrl":"https://type-data-csv-excel-7rh4pz-057e66.a2acloud.io/auth/callback","requiresSession":false}}},"input_modes":["application/json"],"output_modes":["application/json"],"required_secrets":[],"required_env":[],"consumer_setup":{"fields":[]},"runtime":{"lifecycle":"ephemeral","availability":"on_demand","state":"none","sandbox":"microsandbox","resources":{"cpu":"500m","memory":"512Mi","gpu":0,"max_runtime_seconds":600},"concurrency":1,"egress":{"allow_hosts":[],"allow_internal_services":[],"deny_internet_by_default":true},"tools_used":["jsonschema","csv","openpyxl"],"llm_provisioning":"platform","account_access":{"required":false,"platform_skill_calls":0,"after_trial":"byok"},"pricing":{"price_per_call_usd":0.0,"caller_pays_llm":false,"notes":"Deterministic workflow generation; no LLM credential is required."},"wants_cp_jwt":false,"platform_resources":{"memory":null,"databases":[{"name":"type-data-csv-excel-7rh4pz-057e66-data","engine":"postgres","provider":"neon","scope":"user","branch":"main","access_mode":"read_write","env":{"url":"DATABASE_URL"},"migrations":{"path":"db/migrations"},"scale_to_zero":true}],"mailbox":null},"endpoints":[],"apt_packages":[]},"state_schema":null,"workspace_access":{"enabled":true,"max_files":32,"allowed_modes":["read_only","read_write_overlay"],"require_reason":false,"deny_patterns":[],"require_human_approval":false,"max_total_size_bytes":10485760},"mcp_endpoint":"/mcp","connector_mcp_endpoint":"/connector-mcp","mcp_endpoints":{"standard":{"path":"/mcp","intended_for":"code_sdk_clients"},"connector":{"path":"/connector-mcp","intended_for":["chatgpt","claude","hosted_connectors"],"supports_async_jobs":true,"supports_structured_interrupts":true,"poll_tool":"job_result","resume_tool":"submit_interaction","instructions":"Use this URL for hosted connector UIs. Use /mcp for normal code or SDK MCP clients."}},"ui":{"url":"https://type-data-csv-excel-7rh4pz-057e66.a2acloud.io/app","type":"static-spa","framework":null,"entry":"/app/index.html","config":"https://type-data-csv-excel-7rh4pz-057e66.a2acloud.io/app/config.json","client":"https://type-data-csv-excel-7rh4pz-057e66.a2acloud.io/app/a2a-client.js","requiresAuth":false,"auth":{"mode":"inherit","flow":"public","sessionTransport":"cookie","sessionCookieName":"__Host-a2a_agent_session","sessionUrl":"https://type-data-csv-excel-7rh4pz-057e66.a2acloud.io/auth/session","loginUrl":"https://app.a2acloud.io","authorizeUrl":"https://app.a2acloud.io/v1/auth/agent-session/authorize?agent=type-data-csv-excel-7rh4pz-057e66","callbackUrl":"https://type-data-csv-excel-7rh4pz-057e66.a2acloud.io/auth/callback","requiresSession":false}}}