Install
$ agentstack add skill-ahoo-wang-skills-fetcher-react-hooks ✓ 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
fetcher-react-hooks
Use This Skill When
- The task involves React hooks for Fetcher requests, generic queries, or promise state.
- The task mentions
useFetcher,useQuery,usePromise,useExecutePromise, orPromiseStatus. - The task needs AbortController, unmount safety, race prevention, or auto-execute behavior.
- The task needs storage hooks, event subscriptions, Wow query hooks, or data monitor hooks.
Workflow
- Choose the lowest hook layer that matches the task: promise state, generic execution, Fetcher HTTP, or query helpers.
- Pass
PromiseSupplierfunctions toexecute; do not pass raw promises. - Use
setQueryto update query state andexecute()to rerun current Fetcher queries. - Keep abort, unmount safety, and stale-result behavior explicit in examples and tests.
- Load
references/api.mdfor hook signatures, state machine details, Wow hooks, storage hooks, event hooks, and generated hook helpers.
Key Practices
- Separate query state from rendering state in reusable components.
- Use Fetcher-based query variants when the backend endpoint accepts POST query objects.
- Route UI table/filter work to
fetcher-viewer-componentswhen the task is about data presentation rather than fetching state.
References
references/api.md: Detailed package API, examples, and edge-case guidance. Load it only when the task needs hook architecture, PromiseStatus transitions, hook signatures, Wow query hooks, utility hooks, storage hooks, event hooks, data monitor hooks, and API hook generation.
Related Skills
- $fetcher-integration: Use for core Fetcher request configuration.
- $fetcher-storage: Use for the underlying storage abstraction.
- $fetcher-eventbus: Use for event bus behavior behind event subscriptions and data monitors.
- $fetcher-decorator-service: Use for decorator APIs behind generated hook helpers.
- $fetcher-viewer-components: Use for Ant Design table and filter UI.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Ahoo-Wang
- Source: Ahoo-Wang/skills
- License: Apache-2.0
- Homepage: https://skills.ahoo.me/
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.