emblem-ai-react
The emblem-ai-react skill provides React components, hooks, and providers for integrating EmblemAI authentication and wallet management into web applications.
Is emblem-ai-react safe to install?
Review the source first: our audit of emblem-ai-react's source files found 1 shell command, 1 external URL, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands for installation and connects to a configurable backend URL for API orchestration.
How we audit skills: our security review methodology.
Who is this skill for?
React developers building applications that require wallet-enabled user accounts, social login, or Migrate.fun integration.
What can you do with it?
- Adding EmblemAuthProvider and HustleProvider to a React application
- Implementing wallet, email, and social login flows
- Displaying project and token metadata using Migrate.fun React hooks
- Integrating chat components into React interfaces
How good is this skill?
Quality score: 9/10. The skill documentation clearly defines its scope, security model, and integration points. It provides specific examples for React developers.
What does the skill file contain?
# EmblemAI React Use this skill when the user wants to integrate EmblemAI into a React app rather than only use the CLI or low-level SDKs. **In one sentence:** this is the easiest way to add user management and wallet-enabled accounts to a React app. --- ## Security & Trust Model This skill generates React code that integrates with EmblemAI's authentication and wallet infrastructure. It inherently involves: - **Third-party data** (W011): Migrate.fun React hooks (`useProject`, `useProjects`) fetch project and token metadata from remote APIs. This data is rendered in UI components for info...
Frequently asked questions
Does this skill handle server-side code execution?
No. The generated React components operate within browser security boundaries and do not perform server-side execution.
How does the skill handle project metadata?
The Migrate.fun hooks fetch project and token metadata from remote APIs for display in UI components.
Which backend does the HustleProvider connect to?
It connects to a backend URL defined by the hustleApiUrl property or the VITE_HUSTLE_API_URL environment variable.
Related skills
lark-shared
344.2KAI agents assisting users with lark-cli configuration, authentication, and resource management
The lark-shared skill provides instructions and protocols for managing lark-cli authentication, identity switching between user and bot, and handling permissions or high-risk operations.
remotion-to-hyperframes
157.2KDevelopers migrating existing Remotion video projects to the HyperFrames framework
The remotion-to-hyperframes skill translates Remotion (React) video compositions into HyperFrames (HTML + GSAP) compositions. It uses a linting process to identify incompatible React patterns, maps Remotion APIs to HyperFrames equivalents, generates HTML/CSS/GSAP output, and validates the translation using SSIM-based image comparison against a tiered test corpus.
supabase
153.8KDevelopers building applications with Supabase who require assistance with database schema design, security policy implementation, CLI operations, and integration troubleshooting
The Supabase skill provides guidance for developing with the Supabase platform, including database management, authentication, RLS policies, CLI usage, and MCP server integration. It emphasizes verifying implementation against current documentation, following security checklists, and using specific CLI commands for schema migrations.
firebase-auth-basics
98.6KDevelopers building applications with Firebase who need to implement user sign-in, management, or secure data access
This skill provides guidance for configuring and managing Firebase Authentication, including user identity providers, token handling, and deployment of authentication settings via the Firebase CLI.