AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Idmp Workflow Data Import Export

skill-taosdata-agent-skills-idmp-workflow-data-import-export · by taosdata

IDMP data import and export workflow. Separate package import or export from datasource CSV import, read first, write carefully, and reread records after every write.

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-taosdata-agent-skills-idmp-workflow-data-import-export

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-taosdata-agent-skills-idmp-workflow-data-import-export)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Idmp Workflow Data Import Export? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

workflow: data import export

Read [../idmp-shared/SKILL.md](../idmp-shared/SKILL.md) first.

Recommended references

  • [references/data-import-export.md](references/data-import-export.md)
  • [../idmp-data/SKILL.md](../idmp-data/SKILL.md)

Missing context to resolve first

  • Workflow type.
  • Artifact expectation.
  • Whether the operator needs package export, package import, or datasource CSV import.
  • Which root or artifact record is already known.
  • Whether the expected artifact is record-backed or streamed directly to stdout.

Constrained live behaviors

  • Accept both valid export branches.
  • Always reread records after every write.
  • Package import/export and datasource CSV import are different command families.
  • download get only works after a record-backed artifact exists.
  • Some export branches stream ZIP content directly; in that branch the streamed file is the final artifact.

Execution flow

  1. Start with idmp-cli data first-level-elements list and idmp-cli data records list to prove the visible roots and current artifact history.
  2. Use idmp-cli data import-and-export export --ack-risk --data only after the root and export mode are clear.
  3. Reread idmp-cli data records list before trying idmp-cli data download get --params.
  4. Inspect idmp-cli schema data.import-and-export.import before any package import.
  5. Treat idmp-cli schema datasource.csv.create as the separate datasource CSV chain, and keep idmp-cli datasource csv create --ack-risk --params out of package import/export payloads.

Exception paths

  • If no export record exists, stop before download get and explain whether the branch streamed a ZIP directly.
  • If the operator asked for CSV import but only described package import, stop and rescope instead of mixing workflows.
  • After every mutation, reread records so the artifact history is explicit.

Validation scenarios

1. Package export with branch detection

Run idmp-cli data import-and-export export --ack-risk --data, then reread idmp-cli data records list. The result must say whether the branch is record-backed or stdout-ZIP.

2. Package import after schema inspection

Read idmp-cli schema data.import-and-export.import first. Only then is a package import payload discussion valid.

3. Datasource CSV import

Use idmp-cli schema datasource.csv.create to keep CSV import separate from package import/export. Do not reuse package DTO guidance here.

4. ZIP-stdout branch versus record-backed branch

Try idmp-cli data download get --params only after rereading records. If no record exists, record that stdout branch explicitly.

5. Wrong chain detected before write

If the request mixes export and CSV import, stop early. Reread data records list after every export, import, or CSV write.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.