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

Idmp Workflow Asset Bootstrap

skill-taosdata-agent-skills-idmp-workflow-asset-bootstrap · by taosdata

IDMP asset bootstrap workflow. Read roots, paths, templates, attribute templates, UOMs, datasources, and record visibility before any modeling or ingestion write.

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

Install

$ agentstack add skill-taosdata-agent-skills-idmp-workflow-asset-bootstrap

✓ 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-asset-bootstrap)

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 Asset Bootstrap? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

workflow: asset bootstrap

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

Recommended references

  • [references/asset-bootstrap.md](references/asset-bootstrap.md)
  • [../idmp-element/SKILL.md](../idmp-element/SKILL.md)

Missing context to resolve first

  • The visible business root or path the operator wants to model against.
  • Whether the goal is leaf-only context, middle-owner context, or source-ingestion context.
  • Whether a reusable template family is already known.

Constrained live behaviors

  • Root discovery must be real-environment evidence, not a guessed demo tree.
  • Template and sub-template checks come before any modeling assumption.
  • UOM and datasource checks prove measurement semantics and ingestion visibility, not object mutability.
  • If a downstream workflow temporarily creates a middle-owner hierarchy and the async delete task later lands in FAILED, treat that as a backend cleanup boundary after the reread proof instead of a reason to keep retrying destructive cleanup loops.

Execution flow

  1. Use idmp-cli element elements list --params, idmp-cli element elements path --params, idmp-cli element fullpath get --params, and idmp-cli element by-path list --params to lock the visible root and chosen owner.
  2. Use idmp-cli template elements list --params and idmp-cli element elements sub-templates --params to confirm the template family behind that scope.
  3. Use idmp-cli attr-template elements attributes --params to inspect measurement-ready attribute templates before proposing analysis or panel work.
  4. Use idmp-cli uom uomclasses list and idmp-cli uom uom search --params to verify measurement semantics.
  5. Use idmp-cli datasource connections list, idmp-cli data first-level-elements list, and idmp-cli data records list to confirm ingestion visibility.

Exception paths

  • If visible roots are empty, classify the issue as auth, permission, or environment scope before continuing.
  • If the chosen root exposes the wrong template family, stop and pick a different owner instead of forcing later workflows.
  • If ingestion traces are invisible, do not promise downstream import or alert success.
  • If previous temporary hierarchy cleanup tasks failed but the owner is still readable, classify the environment as reusable with a cleanup caveat instead of pretending the root inventory changed.

Validation scenarios

1. Unknown environment bootstrap

Start with idmp-cli element elements list --params and idmp-cli element elements path --params. The goal is to prove the current visible root before anything else.

2. Model-ready but ingestion-unknown environment

Use idmp-cli attr-template elements attributes --params to prove template readiness, then idmp-cli datasource connections list to confirm ingestion visibility separately.

3. Root list is empty

Stop after idmp-cli element elements list --params returns nothing useful. The next step is auth or permission diagnosis, not a guessed bootstrap answer.

4. Template mismatch on the chosen root

Use idmp-cli template elements list --params and idmp-cli element elements sub-templates --params to show the mismatch. Switch owners instead of inventing template compatibility.

5. Post-write reread

If a previous operator already created temporary objects, reread with idmp-cli data first-level-elements list and idmp-cli data records list before claiming the environment is reusable. If the objects are still readable only because an async delete task previously failed, record that as a backend cleanup caveat instead of retrying destructive cleanup here.

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.