AI product readDisplays Skeb (Japanese commission platform) status information directly on Twitter/X user profile pages
Twitter users who follow artists/commissioners on Skeb currently need to manually visit Skeb to check a user's commission status. This extension eliminates that friction by showing Skeb info inline on the Twitter profile.
User browses Twitter/X → visits a user's profile page → extension content script detects the profile header → extracts the viewed user's Twitter UID from the DOM → calls Skeb's public API (skeb.jp/api/users/exists?twitter_uid=) → if the user exists on Skeb, injects a small widget into the profile header showing commission status, price, and a clickable link to their Skeb page
Shows Skeb icon and link to user's Skeb page on their Twitter/X profileFor creators: displays whether commissions are open, default commission price (in yen), genre (illustration, comic, voice, etc.), and number of delivered worksFor clients: shows transaction history countShows ban status if applicable (e.g., chargeback or terms violation)Links directly to the user's Skeb profile page (skeb.jp/@screen_name)
- Target users
- Twitter/X users who use or browse Skeb for commissions / Artists and creators who commission or are commissioned via Skeb / Fans who want quick visibility into a creator's Skeb availability
- Small extension (4 files, ~7KB JS) with minimal obfuscation risk — analysis is straightforward
- Cannot verify whether the Skeb API endpoint requires any authentication from the server side
- Twitter/X login requirements for profile viewing may vary based on account settings and regional policies
MonetizationNo paid features detected
The extension has no payment UI, no billing API calls, no subscription logic, no premium gating, and no upgrade prompts. It simply queries a public Skeb API and displays the results on Twitter/X profiles. All features are available to all users without any payment. While Skeb itself is a commission platform with paid services, the extension does not gate any functionality behind payment.
- Confidence
- 90
- Payment platform
- --
- Source
- AI / High
- Login required
- Yes
- Reason
- The extension itself has no login UI or authentication mechanism. However, the extension's core workflow is to display Skeb information on Twitter/X profile pages. Twitter/X now requires users to be logged in to view most user profiles. Therefore, completing the core workflow (viewing a profile and seeing Skeb info) requires a Twitter/X account login at the destination service level.