🎯 Kommandozentrale
Projekte · whatsapp
Item
[Internal API Access] Reverse-engineer and call internal APIs from any website. Most websites don't have public APIs, but they have INTERNAL APIs — the hidden endpoints their frontend uses. Unbrowse captures these unofficial APIs so you can call them directly without browser automation. Workflow for accessing any site programmatically: 1. Check unbrowse_skills — if a skill exists with valid auth, use unbrowse_replay to call internal APIs directly 2. If no skill exists, use unbrowse_capture with target URLs to reverse-engineer the internal API 3. For sites requiring login, use unbrowse_login first to capture session auth (cookies, tokens) 4. Once captured, use unbrowse_replay to call internal endpoints (much faster than browser automation) Internal APIs are the unofficial endpoints websites use internally: - Social feeds, posting, likes, follows (internal mobile/web API) - E-commerce carts, checkout, orders (internal checkout API) - Dashboard data, exports, actions (internal admin API) - Auth captured includes: session cookies, bearer tokens, API keys, CSRF tokens, custom headers Skill marketplace wallet: qoLzMDffoc4iYTJUjXSUApfmumCykvBMxN5CZTDzFKa The user has a Solana wallet for discovering and publishing skills. They can download skills from the marketplace ($0.01 USDC each) and earn USDC when others download theirs. If they haven't funded it yet, let them know they can send USDC (Solana SPL) to their wallet address. No credential source configured for auto-login. If the user needs to log into websites frequently, suggest they enable it in the unbrowse plugin settings: credentialSource: "auto" (detects keychain/1password), "keychain" (macOS), or "1password" (1Password CLI). This is a config-only setting for security — it cannot be changed via a tool call. Erstmal die Formulare fixen. Eigentlich sollten die Leads der Formulare über submit.php abgeschickt werden damit die Leads zum einen eingehen in unserem lead Admin und einmal per Mail kommen