Install
$ agentstack add skill-chambear2809-splunk-cisco-skills-cisco-data-fabric-setup ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Cisco Data Fabric Setup
Prerequisites
| Tool or access | Purpose | Verify | |---|---|---| | Bash and Python 3 | Run bundled setup and validation helpers | bash --version && python3 --version | | Required product/platform access | Inspect or configure the selected target | Complete the documented preflight | | Credential files for live modes | Keep secrets out of chat | Verify paths only |
Workflow Overview
┌───────────┐ ┌───────────────┐ ┌───────────────┐ ┌─────────────────┐
│ Preflight │ → │ Render/review │ → │ Apply/handoff │ → │ Validate evidence │
└───────────┘ └───────────────┘ └───────────────┘ └─────────────────┘
When to Activate
- Users need Cisco Data Fabric architecture, feature or product coverage, readiness assessments, gap analysis,
machine-data activation, federation targets, storage tiering, AI-ready data, or AgenticOps data foundation requests. Distinguish.
- Preview and review the cisco data fabric setup workflow before any live apply phase.
- Diagnose failed prerequisites, generated assets, configuration, or validation evidence.
Scope
Follow the documented read-only or render-first path whenever it is available. This skill does not imply permission to mutate live systems. Require explicit apply flags, protected credentials, and operator review for state changes.
Examples
Inspect the supported setup modes before selecting one:
bash skills/cisco-data-fabric-setup/scripts/setup.sh --help
Expected output: usage, supported modes, and required arguments are displayed without changing the target environment.
Inspect validation modes before running completion checks:
bash skills/cisco-data-fabric-setup/scripts/validate.sh --help
Expected output: offline, live, and completion options are displayed when the skill supports them; help exits without mutation.
Troubleshooting
| Issue | Cause | Resolution | |---|---|---| | Preflight fails | A required tool or access path is missing | Resolve it before rendering or applying | | Rendered assets are incomplete | Required non-secret inputs are absent | Complete intake and render again | | Apply is blocked | Review, credentials, or explicit acceptance is missing | Use the documented handoff | | Validation is incomplete | Live evidence is unavailable | Record the gap and keep completion open |
Treat Cisco Data Fabric as the architecture powered by the Splunk Platform, not as a single installer, SKU, API, or storage product. Render a complete coverage packet first, then execute only reviewed child-skill plans whose public contracts and required non-secret inputs are available.
Decision Workflow
- Read
references/feature-matrix.mdfor the architecture, feature stages,
product owners, and boundaries.
- Read
references/research-ledger.mdbefore changing availability claims,
federation targets, model status, or product naming.
- Collect a non-secret intake from
template.example. - Render and validate the packet.
- Review
gap-register.md,doctor-report.md, and the product and federation
matrices before executing delegated renders.
- Apply or validate state through the owning child skill, never through a
fabricated Cisco Data Fabric API.
Architecture Lanes
- Data access and management: collect, inspect, filter, shape, redact,
route, tier, and monitor machine data with supported Splunk ingestion, Edge Processor, Ingest Processor, SPL2, and Ingest Monitoring workflows.
- Federation: route Splunk-to-Splunk and current Splunk Cloud Data
Management connection/dataset work to splunk-federated-search-setup. Track Amazon S3, Microsoft Azure, Azure Databricks, Snowflake, DDSS, and Amazon Security Lake separately; do not infer equal stage or entitlement. Product lifecycle and tenant access are separate fields: for example, Amazon S3 federation and Federated Analytics can be GA while still requiring sales activation, scan entitlement, a premium add-on, or topology gates.
- Storage and catalog: distinguish the real-time Splunk index, external
stores, DDSS/DDAA/SmartStore adjacencies, and the alpha Machine Data Lake. Built-in Data Catalog and Machine Data Lake remain readiness handoffs until stable public administration contracts exist.
- Context and governance: cover schema and catalog metadata, knowledge
objects, CIM/OCSF, ITSI/business context, RBAC, lineage, audit, human approval, and downstream data-readiness evidence.
- AI activation and action: delegate AI Toolkit/PSC/DSDL, hosted-model
readiness, and MCP Server. Distinguish the available open Cisco Time Series Model 1.0 from the GA hosted Cisco Deep Time Series Model integration, keep Agent Launchpad at its documented GA boundary with its region, egress, connection, and enabled-agent gates, and keep AI Canvas at its CA boundary.
- Cross-domain experience: represent SecOps, ITOps, Engineering/DevOps,
NetOps, Splunk Enterprise Security, ITSI, Observability Cloud, Cisco Cloud Control, AI Canvas, and Cisco product telemetry as consumers or handoffs, not as interchangeable Data Fabric components.
Safe First Command
bash skills/cisco-data-fabric-setup/scripts/setup.sh --help
Primary Workflow
Render and validate the complete evidence-backed packet:
bash skills/cisco-data-fabric-setup/scripts/setup.sh \
--render --validate \
--spec skills/cisco-data-fabric-setup/template.example \
--output-dir cisco-data-fabric-rendered
Run the gap/readiness doctor:
bash skills/cisco-data-fabric-setup/scripts/setup.sh \
--doctor \
--spec skills/cisco-data-fabric-setup/template.example \
--output-dir cisco-data-fabric-rendered
Preview delegated commands without writing or executing:
bash skills/cisco-data-fabric-setup/scripts/setup.sh \
--execute data-management,federation,ai-activation,context-governance \
--dry-run --json \
--spec skills/cisco-data-fabric-setup/template.example
Execute only reviewed delegated render/doctor commands:
bash skills/cisco-data-fabric-setup/scripts/setup.sh \
--execute data-management,ai-activation \
--accept-execute \
--spec skills/cisco-data-fabric-setup/template.example \
--output-dir cisco-data-fabric-rendered
CLI Contract
setup.sh supports --render, --validate, --doctor, --execute SECTION[,SECTION], --accept-execute, --dry-run, --json, --spec PATH, and --output-dir DIR.
Delegated sections:
data-managementfederationai-activationcontext-governance
Handoff-only sections, which refuse explicit execution:
storage-catalogexperience
Child commands are render, doctor, or plan operations. Applying their output requires the child skill's own explicit approval gates. A missing child spec, tenant URL, MCP URL, entitlement, or public API is reported as a gap rather than silently converted into a successful apply.
Non-dry-run delegation fails before any child command when gap-register.json contains an error, a selected section is handoff-only, or any selected executable section has no reviewed command. This prevents partial execution when a later lane is missing required intake.
Non-Negotiable Boundaries
- Do not claim a direct Cisco Data Fabric management API.
- Do not call Machine Data Lake or its built-in Data Catalog GA; current
public material identifies Machine Data Lake as alpha.
- Do not collapse store-specific federation stage, region, role, catalog, and
entitlement requirements into a generic "Federated Search is GA" claim.
- Do not use
activation_requiredas a product lifecycle. Record lifecycle in
product_stage and tenant/commercial gates in access_requirement.
- Do not create new legacy Amazon S3 federated providers on Splunk Cloud
10.5; the old provider/index path is deprecated and migrated to the Data Management connection/dataset model.
- Do not promote announcement dates to current availability. Cisco Time Series
Model 1.0 is published as an open Apache-2.0 model and the hosted Cisco Deep Time Series Model integration is generally available since AI Toolkit 6.0.0, but they remain separately governed layers and neither one settles the other.
- Do not pair AI Toolkit
6.0.2with a PSC release below4.3.4. The audited
baseline is 6.0.2 with PSC 4.3.4 on Python 3.13; PSC 4.3.2 only applies back at AI Toolkit 5.7.4.
- Do not describe Splunk AI Toolkit Agent Launchpad as alpha, private preview,
or a Fall 2026 GA target. Current AI Toolkit documentation makes it generally available since 6.0.0. Report it as unreachable only when a readiness gate actually fails: an unsupported AWS region or a missing region egress IP in the stack apiAllowlistIP, no supported LLM connection, or no enabled agent. Splunk Enterprise reaches it through the Splunk Cloud Connect app rather than being unsupported.
- Do not treat Cisco Security Analytics and Logging (SAL) as Splunk Machine
Data Lake or as an automatically configured federation target.
- For AI Canvas with Splunk, require Cloud Control enablement, Splunk Cloud
10.5.2605.3, current AI Assistant and MCP Server, and mcp_tool_execute; retain the 100-row-per-card and forbidden-SPL-command limitations in the production handoff.
- Never accept raw tokens, passwords, API keys, client secrets, or private
keys in chat, argv, specs, or rendered artifacts.
Validation
bash skills/cisco-data-fabric-setup/scripts/validate.sh \
--output-dir cisco-data-fabric-rendered
python3 -m py_compile \
skills/cisco-data-fabric-setup/scripts/render_assets.py
Read reference.md for the rendered artifact contract and delegated owner map.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: chambear2809
- Source: chambear2809/splunk-cisco-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.